diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-21 12:49:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 15:27:32 +0200 |
commit | 4bdc304d25761c60ec06a23be8d7db85c50cab9b (patch) | |
tree | 20d9f3682071891f2f16ab4c14695a11aa3ea641 /recipes/totem/totem_2.28.1.bb | |
parent | 88f07770b5393d7bb3433f086b49914f8d20f47c (diff) |
totem: clean up totem dir
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) |