[oe-commits] [meta-openembedded] 26/39: grubby: fix no GNU_HASH warning

git at git.openembedded.org git at git.openembedded.org
Fri Aug 5 10:26:25 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fa697de0d5128feb801fd8ea1a8025509acc608f
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Mon Aug 1 08:10:29 2016 -0400

    grubby: fix no GNU_HASH warning
    
    - Let recipe's LDFLAGS work in Makefile.
    
    - Pass option '-e' to Makefile, let environment
      CFLAGS append to the one in Makefile.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
index dc6cc62..1a9f68d 100644
--- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
+++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
@@ -25,7 +25,7 @@ RDEPENDS_${PN} += "dracut"
 
 inherit autotools-brokensep ptest
 
-EXTRA_OEMAKE = "'CC=${CC}'"
+EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}'"
 
 do_install_ptest() {
 	install -d ${D}${PTEST_PATH}

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


More information about the Openembedded-commits mailing list