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.bb4
1 files changed, 3 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 a46a40d492..f008a792d4 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,6 +1,7 @@
1SRC_URI = "file://aclocal.tgz \ 1SRC_URI = "file://aclocal.tgz \
2 file://config.rpath \ 2 file://config.rpath \
3 file://Makefile.in.in \ 3 file://Makefile.in.in \
4 file://remove-potcdate.sin \
4 file://COPYING" 5 file://COPYING"
5 6
6INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
@@ -11,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5"
11 12
12inherit native 13inherit native
13 14
14PR = "r4" 15PR = "r5"
15 16
16S = "${WORKDIR}" 17S = "${WORKDIR}"
17 18
@@ -21,4 +22,5 @@ do_install () {
21 install -d ${D}${datadir}/gettext/po/ 22 install -d ${D}${datadir}/gettext/po/
22 cp ${WORKDIR}/config.rpath ${D}${datadir}/gettext/ 23 cp ${WORKDIR}/config.rpath ${D}${datadir}/gettext/
23 cp ${WORKDIR}/Makefile.in.in ${D}${datadir}/gettext/po/ 24 cp ${WORKDIR}/Makefile.in.in ${D}${datadir}/gettext/po/
25 cp ${WORKDIR}/remove-potcdate.sin ${D}${datadir}/gettext/po/
24} 26}