diff options
| author | Nathan Rossi <nathan.rossi@petalogix.com> | 2012-09-27 16:31:12 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@petalogix.com> | 2012-09-27 16:31:12 +1000 |
| commit | 3af2a854f47719c5847ba2f9bca59e888e82cb26 (patch) | |
| tree | 79d309ea7691b5782de5fd8a6a59a32674e9b997 /recipes-core | |
| parent | 1f4530e5bc2fbba2f3129d216a488eeb814b658b (diff) | |
| download | meta-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.bbappend | 3 |
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 | |||
| 2 | EXTRA_OECONF += "LIBS=-lpthread" | ||
| 3 | |||
