Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 22 Jul 2004 22:04:30 +0000 (22:04 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 22 Jul 2004 22:04:30 +0000 (22:04 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/07/22 22:38:07+01:00 nexus.co.uk!pb
add simpad-pm-updates.patch, courtesy Florian Boor

BKrev: 410039ee3oB5IcDmluURcHpP86SJ7g

linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch [new file with mode: 0644]
linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe

diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch
new file mode 100644 (file)
index 0000000..e69de29
index 434c195..b3f9f25 100644 (file)
@@ -5,7 +5,7 @@ KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}"
 VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}"
 PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}"
 JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}"
-PR = "r10"
+PR = "r11"
 
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}"
 
@@ -23,7 +23,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
            file://simpad-switches-input.diff;patch=1;pnum=0 \
            file://simpad-switches-input2.diff;patch=1;pnum=0 \
            file://simpad-apm.diff;patch=1;pnum=0 \
-           file://simpad-ts-noninput.diff;patch=1;pnum=0"
+           file://simpad-ts-noninput.diff;patch=1;pnum=0 \
+           file://simpad-pm-updates.patch;patch=1;pnum=0"
 
 # apply this when we have a patch that allows building with gcc 3.x:
 # SRC_URI_append = file://gcc-3.3.patch;patch=1