From 49b717025dd01a4972960a5bb872bcbc017dbd07 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 7 Jan 2011 16:45:37 +0100 Subject: [PATCH] angstrom-yocto-tweaks: enable gnu hash Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-yocto-tweaks.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/angstrom-yocto-tweaks.inc b/conf/distro/include/angstrom-yocto-tweaks.inc index 5134ec8..fc1d434 100644 --- a/conf/distro/include/angstrom-yocto-tweaks.inc +++ b/conf/distro/include/angstrom-yocto-tweaks.inc @@ -1,5 +1,8 @@ # This include is to import changes from OE that are hard to overlay into yocto +# bitbake.conf stuff: + +TARGET_LDFLAGS += "${TARGET_LINK_HASH_STYLE}" # Image.bbclass stuff: