summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-22 19:46:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 21:19:47 +0100
commitb64fcadb20710235c298fbc29a871e216b9973d2 (patch)
tree076890d0583d58db0a9a9d81540369ffcdcdb1bf /meta/recipes-core
parent7e8bd02a57dbf3cb7d46960748fc27078fb98597 (diff)
downloadast2050-yocto-poky-b64fcadb20710235c298fbc29a871e216b9973d2.zip
ast2050-yocto-poky-b64fcadb20710235c298fbc29a871e216b9973d2.tar.gz
systemd: Remove exporting special CPP
This is no more needed. it was done long ago while systemd lived in meta-openembedded http://lists.openembedded.org/pipermail/openembedded-commits/2012-August/141061.html The accompanying patch has been applied to systemd already so we were not needing to set CPP for sometime now. as a nice side effect it helps compiling systemd with clang (From OE-Core rev: b816e3f520bf71c9b681ccea30c8eefd62fb20a2) (From OE-Core master rev: e95365400ae1ffb6b650723cfb2c6a67913c740c) (From OE-Core rev: 981d99d1307b7c36e964ba9b9929b7329169d72b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index e187cea..b972dd4 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -119,7 +119,6 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "
do_configure_prepend() {
- export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}"
export NM="${HOST_PREFIX}gcc-nm"
export AR="${HOST_PREFIX}gcc-ar"
export RANLIB="${HOST_PREFIX}gcc-ranlib"
OpenPOWER on IntegriCloud