summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-03-11 22:58:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:52:12 +0000
commitaf6881fa1e65bce8d9529b932392417612dd27ef (patch)
treecad589cb8dffb613a363e3caebfe15b2b483abe2 /meta/recipes-core
parent7ab3ab9bcbafc80a37bf0f552df36d149acda922 (diff)
downloadpoky-af6881fa1e65bce8d9529b932392417612dd27ef.tar.gz
gettext: do not set libncurses prefix explicitly
The --with-libncurses-prefix configure option was added before this recipe had ncurses in DEPENDS, so it should be safe to remove it. (From OE-Core rev: 37b9d140b5d55af4f77baab0c0b0343d8b5e8b6c) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
index 3c65dca11f..daee5c0326 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
5LICENSE = "GPL-3+ & LGPL-2.1+" 5LICENSE = "GPL-3+ & LGPL-2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8PR = "r7" 8PR = "r8"
9DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" 9DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
10DEPENDS_virtclass-native = "libxml2-native" 10DEPENDS_virtclass-native = "libxml2-native"
11PROVIDES = "virtual/libintl virtual/gettext" 11PROVIDES = "virtual/libintl virtual/gettext"
@@ -21,8 +21,6 @@ SRC_URI_append_libc-uclibc = " file://wchar-uclibc.patch \
21SRC_URI[md5sum] = "3dd55b952826d2b32f51308f2f91aa89" 21SRC_URI[md5sum] = "3dd55b952826d2b32f51308f2f91aa89"
22SRC_URI[sha256sum] = "93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9" 22SRC_URI[sha256sum] = "93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9"
23 23
24#PARALLEL_MAKE = ""
25
26inherit autotools 24inherit autotools
27 25
28EXTRA_OECONF += "--without-lispdir \ 26EXTRA_OECONF += "--without-lispdir \
@@ -32,7 +30,6 @@ EXTRA_OECONF += "--without-lispdir \
32 --disable-native-java \ 30 --disable-native-java \
33 --disable-openmp \ 31 --disable-openmp \
34 --with-included-glib \ 32 --with-included-glib \
35 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
36 --without-emacs \ 33 --without-emacs \
37 --without-cvs \ 34 --without-cvs \
38 --without-git \ 35 --without-git \