From: Koen Kooi Date: Fri, 16 Apr 2010 13:03:00 +0000 (+0200) Subject: linux-uml: fix after kernel.bbclass changes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01459a0dbc0b82876592df759c4e9ca3ad1530e5;p=openembedded.git linux-uml: fix after kernel.bbclass changes --- 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 a3ef092d38..437dcbcfc2 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 }