diff options
Diffstat (limited to 'meta/recipes-core/gettext')
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.19.8.1.bb | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb index c2059e608b..97083c0da2 100644 --- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb +++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "libs" | |||
| 8 | LICENSE = "GPLv3+ & LGPL-2.1+" | 8 | LICENSE = "GPLv3+ & LGPL-2.1+" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 10 | 10 | ||
| 11 | DEPENDS = "gettext-native virtual/libiconv expat" | 11 | DEPENDS = "gettext-native virtual/libiconv" |
| 12 | DEPENDS_class-native = "gettext-minimal-native" | 12 | DEPENDS_class-native = "gettext-minimal-native" |
| 13 | PROVIDES = "virtual/libintl virtual/gettext" | 13 | PROVIDES = "virtual/libintl virtual/gettext" |
| 14 | PROVIDES_class-native = "virtual/gettext-native" | 14 | PROVIDES_class-native = "virtual/gettext-native" |
| @@ -22,8 +22,6 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | |||
| 22 | SRC_URI[md5sum] = "97e034cf8ce5ba73a28ff6c3c0638092" | 22 | SRC_URI[md5sum] = "97e034cf8ce5ba73a28ff6c3c0638092" |
| 23 | SRC_URI[sha256sum] = "ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43" | 23 | SRC_URI[sha256sum] = "ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43" |
| 24 | 24 | ||
| 25 | PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," | ||
| 26 | |||
| 27 | inherit autotools texinfo | 25 | inherit autotools texinfo |
| 28 | 26 | ||
| 29 | EXTRA_OECONF += "--without-lispdir \ | 27 | EXTRA_OECONF += "--without-lispdir \ |
| @@ -33,18 +31,24 @@ EXTRA_OECONF += "--without-lispdir \ | |||
| 33 | --disable-native-java \ | 31 | --disable-native-java \ |
| 34 | --disable-openmp \ | 32 | --disable-openmp \ |
| 35 | --disable-acl \ | 33 | --disable-acl \ |
| 36 | --with-included-glib \ | ||
| 37 | --without-emacs \ | 34 | --without-emacs \ |
| 38 | --without-cvs \ | 35 | --without-cvs \ |
| 39 | --without-git \ | 36 | --without-git \ |
| 40 | --with-included-libxml \ | ||
| 41 | --with-included-libcroco \ | ||
| 42 | --with-included-libunistring \ | ||
| 43 | " | 37 | " |
| 44 | EXTRA_OECONF_append_class-target = " \ | 38 | EXTRA_OECONF_append_class-target = " \ |
| 45 | --with-bisonlocaledir=${datadir}/locale \ | 39 | --with-bisonlocaledir=${datadir}/locale \ |
| 46 | " | 40 | " |
| 47 | 41 | ||
| 42 | PACKAGECONFIG ??= "croco glib libxml libunistring" | ||
| 43 | PACKAGECONFIG_class-native = "" | ||
| 44 | PACKAGECONFIG_class-nativesdk = "" | ||
| 45 | |||
| 46 | PACKAGECONFIG[croco] = "--without-included-libcroco,--with-included-libcroco,libcroco" | ||
| 47 | PACKAGECONFIG[glib] = "--without-included-glib,--with-included-glib,glib-2.0" | ||
| 48 | PACKAGECONFIG[libxml] = "--without-included-libxml,--with-included-libxml,libxml2" | ||
| 49 | PACKAGECONFIG[libunistring] = "--without-included-libunistring,--with-included-libunistring,libunistring" | ||
| 50 | PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," | ||
| 51 | |||
| 48 | acpaths = '-I ${S}/gettext-runtime/m4 \ | 52 | acpaths = '-I ${S}/gettext-runtime/m4 \ |
| 49 | -I ${S}/gettext-tools/m4' | 53 | -I ${S}/gettext-tools/m4' |
| 50 | 54 | ||
