summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@petalogix.com>2012-09-27 16:31:12 +1000
committerNathan Rossi <nathan.rossi@petalogix.com>2012-09-27 16:31:12 +1000
commit3af2a854f47719c5847ba2f9bca59e888e82cb26 (patch)
tree79d309ea7691b5782de5fd8a6a59a32674e9b997 /recipes-core
parent1f4530e5bc2fbba2f3129d216a488eeb814b658b (diff)
downloadmeta-xilinx-3af2a854f47719c5847ba2f9bca59e888e82cb26.tar.gz
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 <nathan.rossi@petalogix.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/gettext/gettext_0.18.1.1.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1
2EXTRA_OECONF += "LIBS=-lpthread"
3