mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
gettext: Apply upstream fix to work with recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
|
||||
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv3"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
|
||||
DEPENDS_virtclass-native = ""
|
||||
PROVIDES = "virtual/libintl"
|
||||
@@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
||||
file://autotools.patch;patch=1 \
|
||||
file://wchar-uclibc.patch;patch=1 \
|
||||
file://use_open_properly.patch;patch=1 \
|
||||
file://m4fix.patch;patch=1 \
|
||||
"
|
||||
|
||||
SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
|
||||
|
||||
Reference in New Issue
Block a user