[oe-commits] org.oe.dreambox enigma2: update, fix split_package regexp

tmbinc commit openembedded-commits at lists.openembedded.org
Thu Oct 12 16:04:34 UTC 2006


enigma2: update, fix split_package regexp

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 40fe79befa125eb992b9ae8d85ea8883b35ead16
ViewMTN: http://monotone.openembedded.org/revision.psp?id=40fe79befa125eb992b9ae8d85ea8883b35ead16
Files:
1
packages/enigma2/enigma2.bb
Diffs:

#
# mt diff -r733df9f0683e4bafc44762264374127b0f12e802 -r40fe79befa125eb992b9ae8d85ea8883b35ead16
#
# 
# 
# patch "packages/enigma2/enigma2.bb"
#  from [48ae5506a22f84c7a1e711af376d8d0285ebeeb4]
#    to [773c9e5ed4968b0d378ca4971c97936080aa83c9]
# 
============================================================
--- packages/enigma2/enigma2.bb	48ae5506a22f84c7a1e711af376d8d0285ebeeb4
+++ packages/enigma2/enigma2.bb	773c9e5ed4968b0d378ca4971c97936080aa83c9
@@ -16,7 +16,7 @@ PR = "r0"
 
 PN = "enigma2"
 PR = "r0"
-SRCDATE = "20060926"
+SRCDATE = "20061013"
 PV = "1.0cvs${SRCDATE}"
 
 SRC_URI = "cvs://anonymous@dreamboxupdate.com/cvs;module=enigma2;method=pserver \
@@ -40,5 +40,5 @@ python populate_packages_prepend () {
 python populate_packages_prepend () {
 	enigma2_plugindir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
 
-	do_split_packages(d, enigma2_plugindir, '(.*/.*)/.*', 'enigma2-plugin-%s', 'Enigma2 Plugin: %s', recursive=True, match_path=True, prepend=True)
+	do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', 'Enigma2 Plugin: %s', recursive=True, match_path=True, prepend=True)
 }






More information about the Openembedded-commits mailing list