From: Florian Boor Date: Sun, 3 Jul 2005 11:19:26 +0000 (+0000) Subject: Rename file to avoid break version in bb. X-Git-Tag: Release-2010-05/1~9453^2~4251^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ca5aa235df13a1314c53d16cf454a5a50fc9bc;p=openembedded.git Rename file to avoid break version in bb. Make do_configure_prepend() not depend on a machine anymore. --- diff --git a/packages/linux/linux-omap1_2.6.12_rc2.bb b/packages/linux/linux-omap1_2.6.12-rc2.bb similarity index 96% rename from packages/linux/linux-omap1_2.6.12_rc2.bb rename to packages/linux/linux-omap1_2.6.12-rc2.bb index 1f34530eb0..a4be0b995e 100644 --- a/packages/linux/linux-omap1_2.6.12_rc2.bb +++ b/packages/linux/linux-omap1_2.6.12-rc2.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" SECTION = "kernel" DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" @@ -26,7 +26,7 @@ python __anonymous () { } -do_configure_prepend_omap5912osk() { +do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config oe_runmake oldconfig }