linux-nokia770: remove old config before adding a new one
authorKoen Kooi <koen@openembedded.org>
Fri, 17 Nov 2006 13:47:19 +0000 (13:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 17 Nov 2006 13:47:19 +0000 (13:47 +0000)
packages/linux/linux-nokia770_2.6.16-osso15.bb

index dd70ae0..ff239f9 100644 (file)
@@ -16,6 +16,8 @@ COMPATIBLE_MACHINE = "nokia770"
 
 do_configure_prepend() {
 
+       rm -f ${S}/.config || true
+
         if [ "${TARGET_OS}" == "linux-gnueabi" -o  "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
                 echo "CONFIG_AEABI=y"                   >> ${S}/.config
                 echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config