All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary
@ 2016-10-07 16:23 Armin Kuster
  2016-10-07 16:42 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2016-10-07 16:23 UTC (permalink / raw)
  To: yocto

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
index 4b82616..4d40586 100644
--- a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
+++ b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
@@ -26,3 +26,5 @@ EXTRA_OECONF += "--enable-static=no --disable-java LIBS='-L${STAGING_LIBDIR}' LD
 FILES_${PN} += " ${datadir}/tsk"
 
 RDEPENDS_${PN} += " perl"
+
+INSANE_SKIP_${PN} = "ldflags"
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary
  2016-10-07 16:23 [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary Armin Kuster
@ 2016-10-07 16:42 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2016-10-07 16:42 UTC (permalink / raw)
  To: Armin Kuster; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 969 bytes --]


> On Oct 7, 2016, at 9:23 AM, Armin Kuster <akuster808@gmail.com> wrote:
> 
> From: Armin Kuster <akuster@mvista.com>
> 
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
> recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
> index 4b82616..4d40586 100644
> --- a/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
> +++ b/recipes-forensic/sleuth/sleuthkit_4.1.3.bb
> @@ -26,3 +26,5 @@ EXTRA_OECONF += "--enable-static=no --disable-java LIBS='-L${STAGING_LIBDIR}' LD
> FILES_${PN} += " ${datadir}/tsk"
> 
> RDEPENDS_${PN} += " perl"
> +
> +INSANE_SKIP_${PN} = “ldflags"

Can we fix the makefile to respect linker flags instead ?

> --
> 2.3.5
> 
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-07 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 16:23 [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary Armin Kuster
2016-10-07 16:42 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.