[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5505/8267] busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE



commit 3ed3ba16cbf7f9ca929dbcb90b14212a97f6b200
Author: Andre McCurdy <armccurdy gmail com>
Date:   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.
    
    (From OE-Core rev: 19be2237798f51c01c1c21a68382d114a2f6ead2)
    
    Signed-off-by: Andre McCurdy <armccurdy gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]