summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
index d10e3f940a..a46a40d492 100644
--- a/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
@@ -1,4 +1,6 @@
1SRC_URI = "file://aclocal.tgz \ 1SRC_URI = "file://aclocal.tgz \
2 file://config.rpath \
3 file://Makefile.in.in \
2 file://COPYING" 4 file://COPYING"
3 5
4INHIBIT_DEFAULT_DEPS = "1" 6INHIBIT_DEFAULT_DEPS = "1"
@@ -9,11 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5"
9 11
10inherit native 12inherit native
11 13
12PR = "r3" 14PR = "r4"
13 15
14S = "${WORKDIR}" 16S = "${WORKDIR}"
15 17
16do_install () { 18do_install () {
17 install -d ${D}${datadir}/aclocal/ 19 install -d ${D}${datadir}/aclocal/
18 cp ${WORKDIR}/*.m4 ${D}${datadir}/aclocal/ 20 cp ${WORKDIR}/*.m4 ${D}${datadir}/aclocal/
21 install -d ${D}${datadir}/gettext/po/
22 cp ${WORKDIR}/config.rpath ${D}${datadir}/gettext/
23 cp ${WORKDIR}/Makefile.in.in ${D}${datadir}/gettext/po/
19} 24}