summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/makedevs
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-12-09 18:10:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 17:42:41 +0000
commit7b2be6012e74c10f50d8a537743f693e86936451 (patch)
treec90d65961eb4406f003373e29d0e900f09403f62 /meta/recipes-devtools/makedevs
parent8760307297bd67c333c0791f5055eace6d9a5b5e (diff)
downloadast2050-yocto-poky-7b2be6012e74c10f50d8a537743f693e86936451.zip
ast2050-yocto-poky-7b2be6012e74c10f50d8a537743f693e86936451.tar.gz
makedevs: Respect LDFLAGS
* fixes ERROR: QA Issue: No GNU_HASH in the elf binary (From OE-Core rev: 76e01095d5515e7c2605b480d5c47a4661ef72f2) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/makedevs')
-rw-r--r--meta/recipes-devtools/makedevs/makedevs_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
index 6e197b6..17b9fce 100644
--- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
+++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
@@ -13,7 +13,7 @@ do_configure() {
}
do_compile() {
- ${CC} ${CFLAGS} -o ${S}/makedevs ${S}/makedevs.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/makedevs ${S}/makedevs.c
}
do_install() {
OpenPOWER on IntegriCloud