summaryrefslogtreecommitdiff
path: root/gettext
diff options
context:
space:
mode:
Diffstat (limited to 'gettext')
-rw-r--r--gettext/gettext-native_0.14.1.oe1
-rw-r--r--gettext/gettext_0.14.1.oe12
2 files changed, 12 insertions, 1 deletions
diff --git a/gettext/gettext-native_0.14.1.oe b/gettext/gettext-native_0.14.1.oe
index fce2df7c10..f25f431e48 100644
--- a/gettext/gettext-native_0.14.1.oe
+++ b/gettext/gettext-native_0.14.1.oe
@@ -2,6 +2,7 @@ include gettext_${PV}.oe
S = "${WORKDIR}/gettext-${PV}"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gettext-${PV}"
inherit native
+PROVIDES = ""
M4 = "\
lib-ld.m4 \
diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe
index 7e42817670..481162ea91 100644
--- a/gettext/gettext_0.14.1.oe
+++ b/gettext/gettext_0.14.1.oe
@@ -1,7 +1,8 @@
DESCRIPTION = "The GNU internationalization library."
SECTION = "libs"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
+PROVIDES = "virtual/libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://gettext-vpath.patch;patch=1;pnum=1 \
@@ -17,3 +18,12 @@ do_configure_prepend() {
rm -f ${S}/config/m4/libtool.m4
install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/
}
+
+do_stage () {
+ autotools_stage_includes
+ oe_libinstall -so -C gettext-tools/lib libgettextlib ${STAGING_LIBDIR}/
+ oe_libinstall -so -C gettext-tools/src libgettextpo ${STAGING_LIBDIR}/
+ oe_libinstall -so -C gettext-tools/src libgettextsrc ${STAGING_LIBDIR}/
+ oe_libinstall -so -C gettext-tools/intl libintl ${STAGING_LIBDIR}/
+ oe_libinstall -so -C gettext-runtime/lib libasprintf ${STAGING_LIBDIR}/
+}