diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-03 11:19:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 11:19:26 +0000 |
commit | d5ca5aa235df13a1314c53d16cf454a5a50fc9bc (patch) | |
tree | d55cf1934bc20d52b53a09a077c90a3e2310f749 /packages/linux | |
parent | b58095a50e62b7e3d7bd1c5a51157473b35bee82 (diff) |
Rename file to avoid break version in bb.
Make do_configure_prepend() not depend on a machine anymore.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-omap1_2.6.12-rc2.bb (renamed from packages/linux/linux-omap1_2.6.12_rc2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap1_2.6.12_rc2.bb b/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 } |