aboutsummaryrefslogtreecommitdiffstats
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-08-30 12:34:14 +0100
commite95365400ae1ffb6b650723cfb2c6a67913c740c (patch)
tree282737885de27b285e953b264dfc1d88fa3ba0b1 /meta/recipes-core
parent394f0d61d1211a0562a3b4d9d78e8984abd3b28f (diff)
downloadopenembedded-core-contrib-e95365400ae1ffb6b650723cfb2c6a67913c740c.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) 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>
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 232675374b..98bf66f450 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -120,7 +120,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"