diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-11-03 19:46:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-11-03 19:46:36 -0800 |
commit | 1974e79f658eb27c833b0881006bd726861e1e7e (patch) | |
tree | 3ec3a88fc81548b507d52d28dbf1eb45b3dc3187 /recipes | |
parent | c0089b4e8124b757fd3f004b3a238c805469d38a (diff) |
proxy-libintl_20080418.bb: Fix QA error missing GNU_HASH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/proxy-libintl/proxy-libintl_20080418.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/proxy-libintl/proxy-libintl_20080418.bb b/recipes/proxy-libintl/proxy-libintl_20080418.bb index 6b91f530f3..dccd3eabe2 100644 --- a/recipes/proxy-libintl/proxy-libintl_20080418.bb +++ b/recipes/proxy-libintl/proxy-libintl_20080418.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/" SECTION = "libs" LICENSE = "LGPL" -PR = "r2" +PR = "r3" PROVIDES = "virtual/libintl" SRC_URI = " \ @@ -18,6 +18,7 @@ FILES_${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a" FILES_${PN} = "${libdir}/libintl.so" CFLAGS_append = " -Wall -I ../../include ${@['-DSTUB_ONLY', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']}" +TARGET_CC_ARCH += "${LDFLAGS}" do_compile() { cd ${WORKDIR}/src/proxy-libintl |