aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Domke <felix.domke@multimedia-labs.de>2009-08-18 20:25:40 +0200
committerFelix Domke <felix.domke@multimedia-labs.de>2009-08-18 20:25:40 +0200
commit54062d51671c02bc3409a459c63e1acf7162ee27 (patch)
tree3a14d809f4c5f4f8cf76ba1a439647d65958c2c7
parent25c8bb45fddd0b34930433f8440b621f4348176d (diff)
downloadopenembedded-54062d51671c02bc3409a459c63e1acf7162ee27.tar.gz
enigma2: workaround buggy extra_depends on split_packages
-rwxr-xr-xpackages/enigma2/enigma2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index 1b469e443a..60af4ff9c6 100755
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -51,7 +51,7 @@ RDEPENDS_enigma2-plugin-extensions-modem = "dreambox-modem-ppp-scripts"
PN = "enigma2"
PR = "r0"
-SRCDATE = "20090817"
+SRCDATE = "20090819"
# if you want experimental, use:
REL_MAJOR="2"
@@ -89,7 +89,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() {