From 245d5dcbb89a9a8a9cbe72edde5acfe6fb73caa9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 12 Aug 2017 11:04:41 -0700 Subject: sleuthkit: fix No GNU_HASH in the elf binary Signed-off-by: Armin Kuster --- recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb index 4b82616..ba335f3 100644 --- a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb +++ b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb @@ -23,6 +23,9 @@ PACKAGECONFIG[ewf] = "--with-libewf=${STAGING_DIR_HOST}/usr, --without-libewf, l #--with-gnu-ld EXTRA_OECONF += "--enable-static=no --disable-java LIBS='-L${STAGING_LIBDIR}' LDFLAGS='-L${STAGING_LIBDIR}' CPPFLAGS='-I${STAGING_INCDIR}'" +# Avoid QA Issue: No GNU_HASH in the elf binary +INSANE_SKIP_${PN} = "ldflags" + FILES_${PN} += " ${datadir}/tsk" RDEPENDS_${PN} += " perl" -- cgit v1.2.3-54-g00ecf