[oe-commits] Khem Raj : systemd: Remove exporting special CPP

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:00:36 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 9057d1413eebf57be753ec889429eda12fe1aeae
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9057d1413eebf57be753ec889429eda12fe1aeae

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Aug 22 19:46:23 2015 -0700

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

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/systemd/systemd_219.bb | 1 -
 1 file changed, 1 deletion(-)

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"



More information about the Openembedded-commits mailing list