git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de76b53
)
util-linux-ng.inc: Dont add -lintl when USE_NLS="no"
author
Khem Raj
<raj.khem@gmail.com>
Tue, 18 May 2010 19:29:41 +0000
(12:29 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 18 May 2010 19:29:41 +0000
(12:29 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/util-linux-ng/util-linux-ng.inc
patch
|
blob
|
history
diff --git
a/recipes/util-linux-ng/util-linux-ng.inc
b/recipes/util-linux-ng/util-linux-ng.inc
index
59ba319
..
ec5ccc8
100644
(file)
--- a/
recipes/util-linux-ng/util-linux-ng.inc
+++ b/
recipes/util-linux-ng/util-linux-ng.inc
@@
-8,7
+8,7
@@
inherit autotools gettext
DEFAULT_PREFERENCE = "-1"
-INC_PR = "r2
3
"
+INC_PR = "r2
4
"
# allows for a release candidate
RC ?= ""
@@
-71,7
+71,7
@@
EXTRA_OECONF = "--disable-use-tty-group --disable-makeinstall-chown \
--with-fsprobe=builtin --enable-libuuid --enable-libblkid \
--enable-fsck --enable-reset"
-LDFLAGS_append_libc-uclibc = "
-lintl
"
+LDFLAGS_append_libc-uclibc = "
${@['',' -lintl'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}
"
LDFLAGS_virtclass-native = "${BUILD_LDFLAGS}"
S = "${WORKDIR}/util-linux-ng-${PV}${RC}"