diff options
Diffstat (limited to 'gettext')
-rw-r--r-- | gettext/gettext_0.14.1.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe index e69de29bb2..7e015a38f3 100644 --- a/gettext/gettext_0.14.1.oe +++ b/gettext/gettext_0.14.1.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 +LICENSE = GPL +DESCRIPTION = The GNU internationalization library. + +SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ + file://${FILESDIR}/gettext-vpath.patch;patch=1;pnum=1" + +inherit autotools + +acpaths = '-I ${S}/autoconf-lib-link/m4/ \ + -I ${S}/gettext-runtime/m4 \ + -I ${S}/gettext-tools/m4' |