diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-25 00:19:01 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-26 08:55:34 +0100 |
| commit | 64ab53576a0a55c3cb21c0bd690b6b4f95ab2769 (patch) | |
| tree | 443f79a4de22be5c24a088456030d2ee08a19365 /meta-oe | |
| parent | 504f2e084cfd14778f223c807ab5250becd32a7a (diff) | |
| download | meta-openembedded-64ab53576a0a55c3cb21c0bd690b6b4f95ab2769.tar.gz | |
wmiconfig: don't export CC
* it also breaks multimachine sstate checksums:
basehash changed from 130192c54799615343a7b84bd8132d7d to 41d55a7213b686ffcc52d1a5d515e444
Variable CC value changed from
arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/nokia900
to
arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/om-gta04
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb index a1ee6718ef..9114832e64 100644 --- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb +++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | |||
| @@ -4,13 +4,11 @@ LIC_FILES_CHKSUM = "file://wmiconfig.c;endline=19;md5=4394a56bca1c5b2446c9f8e406 | |||
| 4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
| 5 | SRCREV = "5394" | 5 | SRCREV = "5394" |
| 6 | PV = "0.0.0+svnr${SRCPV}" | 6 | PV = "0.0.0+svnr${SRCPV}" |
| 7 | PR = "r1" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http" | 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http" |
| 10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" | 10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" |
| 11 | 11 | ||
| 12 | export CC := "${CC}" | ||
| 13 | |||
| 14 | TARGET_CC_ARCH += "${LDFLAGS}" | 12 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 15 | 13 | ||
| 16 | do_install() { | 14 | do_install() { |
