summaryrefslogtreecommitdiff
path: root/recipes/gettext/gettext-native_0.14.1.bb
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2009-04-17 16:02:58 -0700
committerChris Larson <clarson@mvista.com>2009-08-19 20:57:35 -0700
commit27765f8a1d20ea7923fdfb667ca9ec7a9037e106 (patch)
tree2f71eaa7b634034828ec3f70bd709dc5f932c98e /recipes/gettext/gettext-native_0.14.1.bb
parent9f35410c925716d58d8f8cff3cf5f8296894d1cd (diff)
gettext: Correct autoconf-lib-link code to defer to the compiler's library search paths.
Ultimately we should have --with-<lib> and --without-<lib> for everything, however if a recipie does not the suspect code wanders through the host system searching for a working library. OE takes great pains to set that all up, lets let it decide the right library. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/gettext/gettext-native_0.14.1.bb')
-rw-r--r--recipes/gettext/gettext-native_0.14.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gettext/gettext-native_0.14.1.bb b/recipes/gettext/gettext-native_0.14.1.bb
index f792f3247a..3bf4b50d35 100644
--- a/recipes/gettext/gettext-native_0.14.1.bb
+++ b/recipes/gettext/gettext-native_0.14.1.bb
@@ -1,4 +1,6 @@
require gettext_${PV}.bb
+PR = "r1"
+
S = "${WORKDIR}/gettext-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}"
inherit native