aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {