diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-04-03 18:58:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 23:22:06 +0100 |
commit | 19be2237798f51c01c1c21a68382d114a2f6ead2 (patch) | |
tree | 24a740ddcd58a07e1562774e1565e1ae881899c2 /meta | |
parent | bb3a0bef3b7e012ba7ce6d31d0470d43e7a21077 (diff) | |
download | openembedded-core-19be2237798f51c01c1c21a68382d114a2f6ead2.tar.gz openembedded-core-19be2237798f51c01c1c21a68382d114a2f6ead2.tar.bz2 openembedded-core-19be2237798f51c01c1c21a68382d114a2f6ead2.zip |
busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE
EXTRA_OEMAKE no longer contains '-e MAKEFLAGS=' so the comment
explaining that it needs to be removed / over-ridden is obsolete.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 6246c95380..375632dcc3 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc @@ -18,7 +18,6 @@ BUSYBOX_SPLIT_SUID ?= "1" export EXTRA_CFLAGS = "${CFLAGS}" export EXTRA_LDFLAGS = "${LDFLAGS}" -# We don't want '-e MAKEFLAGS=' in EXTRA_OEMAKE EXTRA_OEMAKE = "CC='${CC}' LD='${CCLD}' V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y HOSTCC='${BUILD_CC}' HOSTCPP='${BUILD_CPP}'" PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock" |