diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-22 22:04:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-22 22:04:30 +0000 |
commit | 8fe63d95aea3912060cd13e9845bde420efbd051 (patch) | |
tree | cf07f1d04a81c2b84f9bbd63746fa9b0e9ce04e3 /linux | |
parent | da45129f305d554715ffbd04a6e65cd547db7729 (diff) |
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
Diffstat (limited to 'linux')
-rw-r--r-- | linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch | 0 | ||||
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 5 |
2 files changed, 3 insertions, 2 deletions
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 --- /dev/null +++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch 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 |