diff options
Diffstat (limited to 'recipes/totem/totem_2.28.1.bb')
-rw-r--r-- | recipes/totem/totem_2.28.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb index 6a86e991f2..35b077c025 100644 --- a/recipes/totem/totem_2.28.1.bb +++ b/recipes/totem/totem_2.28.1.bb @@ -49,7 +49,7 @@ do_configure_prepend() { sed -i -e s:help::g ${S}/Makefile.am } -PACKAGES_DYNAMIC += " totem-plugin-*" +PACKAGES_DYNAMIC += " totem-plugin-* " python populate_packages_prepend () { totem_libdir = bb.data.expand('${libdir}/totem/plugins/', d) |