diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-08-01 08:10:29 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-08 13:54:02 +0200 |
| commit | 7f4f2d72d8bd64a576fb59f6272953ecd0b697c8 (patch) | |
| tree | 380975d9aae0bd80548a8f8f94812b99726ef12d | |
| parent | e48d02bbd18c11cbf42945ea2661078b925350fa (diff) | |
| download | meta-openembedded-7f4f2d72d8bd64a576fb59f6272953ecd0b697c8.tar.gz | |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index dc6cc624f2..1a9f68d3da 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" | |||
| 25 | 25 | ||
| 26 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |
| 27 | 27 | ||
| 28 | EXTRA_OEMAKE = "'CC=${CC}'" | 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}'" |
| 29 | 29 | ||
| 30 | do_install_ptest() { | 30 | do_install_ptest() { |
| 31 | install -d ${D}${PTEST_PATH} | 31 | install -d ${D}${PTEST_PATH} |
