aboutsummaryrefslogtreecommitdiffstats
path: root/gettext/gettext_0.14.1.oe
blob: cac604605599945d2d7237870e1bc8deb38d704e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'

do_configure_prepend() {
	rm -f ${S}/config/m4/libtool.m4
	install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/
}