diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-17 13:47:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-17 13:47:19 +0000 |
commit | 470180343dabdf95af6000e829cdbfdc63491ae3 (patch) | |
tree | 62cefcd73f4b5957f0a4804fa18d17dc09fe90d2 /packages | |
parent | 3c3b176e32c8ddcf597d2157e981dabfe3d809d3 (diff) |
linux-nokia770: remove old config before adding a new one
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-nokia770_2.6.16-osso15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-nokia770_2.6.16-osso15.bb b/packages/linux/linux-nokia770_2.6.16-osso15.bb index dd70ae00ba..ff239f9d06 100644 --- a/packages/linux/linux-nokia770_2.6.16-osso15.bb +++ b/packages/linux/linux-nokia770_2.6.16-osso15.bb @@ -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 |