diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-03-11 22:58:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:52:12 +0000 |
commit | af6881fa1e65bce8d9529b932392417612dd27ef (patch) | |
tree | cad589cb8dffb613a363e3caebfe15b2b483abe2 /meta/recipes-core/gettext | |
parent | 7ab3ab9bcbafc80a37bf0f552df36d149acda922 (diff) | |
download | poky-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/gettext')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.18.1.1.bb | 5 |
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" | |||
5 | LICENSE = "GPL-3+ & LGPL-2.1+" | 5 | LICENSE = "GPL-3+ & LGPL-2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | PR = "r7" | 8 | PR = "r8" |
9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" |
10 | DEPENDS_virtclass-native = "libxml2-native" | 10 | DEPENDS_virtclass-native = "libxml2-native" |
11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "virtual/libintl virtual/gettext" |
@@ -21,8 +21,6 @@ SRC_URI_append_libc-uclibc = " file://wchar-uclibc.patch \ | |||
21 | SRC_URI[md5sum] = "3dd55b952826d2b32f51308f2f91aa89" | 21 | SRC_URI[md5sum] = "3dd55b952826d2b32f51308f2f91aa89" |
22 | SRC_URI[sha256sum] = "93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9" | 22 | SRC_URI[sha256sum] = "93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9" |
23 | 23 | ||
24 | #PARALLEL_MAKE = "" | ||
25 | |||
26 | inherit autotools | 24 | inherit autotools |
27 | 25 | ||
28 | EXTRA_OECONF += "--without-lispdir \ | 26 | EXTRA_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 \ |