From: Khem Raj Date: Sun, 23 Aug 2015 02:46:23 +0000 (-0700) Subject: systemd: Remove exporting special CPP X-Git-Tag: 2015-10~734 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e95365400ae1ffb6b650723cfb2c6a67913c740c;p=openembedded-core.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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"