[oe-commits] [meta-openembedded] 09/19: grubby: fix no GNU_HASH warning

git at git.openembedded.org git at git.openembedded.org
Mon Aug 8 11:55:55 UTC 2016


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

commit 7f4f2d72d8bd64a576fb59f6272953ecd0b697c8
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