[oe-commits] Koen Kooi : linux-uml: fix after kernel.bbclass changes

git version control git at git.openembedded.org
Fri Apr 16 21:14:57 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 01459a0dbc0b82876592df759c4e9ca3ad1530e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01459a0dbc0b82876592df759c4e9ca3ad1530e5

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 16 15:03:00 2010 +0200

linux-uml: fix after kernel.bbclass changes

---

 recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
index a3ef092..437dcbc 100644
--- a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
+++ b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
@@ -5,7 +5,7 @@ KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
 RCV = "${@bb.data.getVar('PV',d,True).split('-')[1]}"
 MMV = "${@bb.data.getVar('PV',d,True).split('-')[2]}"
 LV = "2.6.10"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${LV}.tar.bz2;name=kernel \
            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KV}-${RCV}.bz2;patch=1;name=patch \
@@ -50,7 +50,7 @@ do_compile() {
 	kernel_do_compile
 }
 
-do_stage_prepend() {
+do_install_prepend() {
 	install -d arch/um/boot/
 	ln -sf ${S}/linux arch/um/boot/linux
 }





More information about the Openembedded-commits mailing list