diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-07 22:42:40 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-07 22:42:40 +0000 |
commit | a0490cfbc9c70dfd11f695fea2d7c367d6221ff0 (patch) | |
tree | df4b298fdbc42147a66178baf5fd4da14ba36c7c /linux | |
parent | 4e1d500e7a55054078cde95c8d51e23e9a9cecb8 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/11/07 23:41:32+01:00 handhelds.org!zecke
Beagle Machine patches
-Remove bluez/dbus from task-bootstrap
-Kernel leave zombies of ktsd for now as it was before
-Fix up ipkg destinations for the 2nd bank
BKrev: 418ea4e0Dk7F573u9Oh_oFcBUVTE-w
Diffstat (limited to 'linux')
-rw-r--r-- | linux/montavista-sa_2.4.17-mvl21.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe index 1cc774dbc7..84b42fb0b4 100644 --- a/linux/montavista-sa_2.4.17-mvl21.oe +++ b/linux/montavista-sa_2.4.17-mvl21.oe @@ -4,7 +4,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}" MVLV = "${@oe.data.getVar('PV',d,True).split('-')[1]}" -PR = "r6" +PR = "r7" DEPENDS = "cetools-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/montavista-sa-${PV}" @@ -21,7 +21,6 @@ SRC_URI = "http://www.vanille.de/temp/linux-${KV}_${MVLV}.tar.gz \ file://apm-hh-merge.patch;patch=1 \ file://beagle-sound.patch;patch=1 \ file://linux-2.4.18-list_move.patch;patch=1 \ - file://ucb1x_kill-zombie.patch;patch=1 \ file://pcmcia_preempt.patch;patch=1 \ file://defconfig-${MACHINE}" |