From: Michael Lauer Date: Thu, 22 Jul 2004 22:04:30 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18090 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe63d95aea3912060cd13e9845bde420efbd051;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- 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 index 0000000000..e69de29bb2 diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index 434c195599..b3f9f257ba 100644 --- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe +++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe @@ -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