[oe-commits] ghost : enigma2: workaround buggy extra_depends on split_packages

git version control git at git.openembedded.org
Thu Aug 20 22:06:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox.release_25
Commit: 56b742fadeedffdd32ff4174c335c3ae10938cd0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56b742fadeedffdd32ff4174c335c3ae10938cd0

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Thu Aug 20 10:13:30 2009 +0200

enigma2: workaround buggy extra_depends on split_packages

---

 packages/enigma2/enigma2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index a384309..c1aaca5 100644
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -84,7 +84,7 @@ do_install_append() {
 python populate_packages_prepend () {
 	enigma2_plugindir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
 
-	do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', '%s ', recursive=True, match_path=True, prepend=True)
+	do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', '%s ', recursive=True, match_path=True, prepend=True, extra_depends="enigma2")
 }
 
 do_stage_append() {





More information about the Openembedded-commits mailing list