From 3af2a854f47719c5847ba2f9bca59e888e82cb26 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 27 Sep 2012 16:31:12 +1000 Subject: Added bbappends to fix gettext build issue. gettext does not recognised the -lpthread LDFLAG correctly during the configure stage. Force it to use -lpthread Signed-off-by: Nathan Rossi --- recipes-core/gettext/gettext_0.18.1.1.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-core/gettext/gettext_0.18.1.1.bbappend (limited to 'recipes-core') diff --git a/recipes-core/gettext/gettext_0.18.1.1.bbappend b/recipes-core/gettext/gettext_0.18.1.1.bbappend new file mode 100644 index 00000000..80fa6def --- /dev/null +++ b/recipes-core/gettext/gettext_0.18.1.1.bbappend @@ -0,0 +1,3 @@ + +EXTRA_OECONF += "LIBS=-lpthread" + -- cgit v1.2.3-54-g00ecf