[oe-commits] [openembedded-core] 02/04: busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE

git at git.openembedded.org git at git.openembedded.org
Wed Apr 5 22:22:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 19be2237798f51c01c1c21a68382d114a2f6ead2
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Mon Apr 3 18:58:43 2017 -0700

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/busybox/busybox.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 6246c95..375632d 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list