From: Denis 'GNUtoo' Carikli Date: Sun, 12 Dec 2010 22:20:24 +0000 (+0100) Subject: fmtools: fix QA staging(GNU hash) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1ee3146f8ca602074c2860b135071ae1de440d;p=openembedded.git fmtools: fix QA staging(GNU hash) Without that fix we have: ERROR: QA Issue with fmtools: No GNU_HASH in the elf binary: '.../work/armv7a-oe-linux-gnueabi/fmtools-1.0.2-r1/packages-split/fmtools/usr/bin/fm' ERROR: QA Issue with fmtools: No GNU_HASH in the elf binary: '.../work/armv7a-oe-linux-gnueabi/fmtools-1.0.2-r1/packages-split/fmtools/usr/bin/fmscan' ERROR: QA run found fatal errors. Please consider fixing them. Note that fmtools Makefile has no way to pass the LDFLAGS to it Signed-off-by: Denis 'GNUtoo' Carikli --- diff --git a/recipes/fmtools/fmtools_1.0.2.bb b/recipes/fmtools/fmtools_1.0.2.bb index 2d060cc46c..8dbef8c9fb 100644 --- a/recipes/fmtools/fmtools_1.0.2.bb +++ b/recipes/fmtools/fmtools_1.0.2.bb @@ -1,12 +1,14 @@ DESCRIPTION = "fmtools - programs for Video for Linux radio cards" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://www.stanford.edu/~blp/fmtools/fmtools-1.0.2.tar.gz \ file://makefile.patch" inherit autotools +CFLAGS += "${LDFLAGS}" + do_install() { install -d ${D}${bindir} install -m 0755 ${S}/fm ${D}${bindir}/fm