aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.18.1.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-17 13:47:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:03:27 +0100
commit6b12d4cd39bacb087654b59e25f5052a4e839b26 (patch)
treebbbb63073cad70e7c4c542d287fd35883074b766 /meta/recipes-core/gettext/gettext_0.18.1.1.bb
parent87a9a3b3b2603516704a38fccc8c396e547ac101 (diff)
downloadopenembedded-core-contrib-6b12d4cd39bacb087654b59e25f5052a4e839b26.tar.gz
gettext: Add config.rpath and Makefile.in.in to gettext-minimal-native
We need gettext-minimal-native to be able to install config.rpath and Makefile.in.in so that we don't get version mismatch errors when subsequently using the reconfigured software. This patch moves the two files to be provided by minimal-native so that we can better 'gettextize' software without needing the full gettext-native when using --disable-nls. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.18.1.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
index 96859aa7cc..0f6f0685c6 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -102,6 +102,8 @@ do_install_append() {
do_install_append_virtclass-native () {
rm ${D}${datadir}/aclocal/*
+ rm ${D}${datadir}/gettext/config.rpath
+ rm ${D}${datadir}/gettext/po/Makefile.in.in
}
BBCLASSEXTEND = "native nativesdk"