summaryrefslogtreecommitdiffstats
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:13:44 +0100
commit216b88fa8f5a18e3175acd59a9d57db07743cbb6 (patch)
tree0c9bf5d619e9d476e452dcb78374dacc0a300d76 /meta/recipes-core/gettext/gettext_0.18.1.1.bb
parent9ecacde57dc80fb75dbe8be280a6b53e5d101d01 (diff)
downloadpoky-216b88fa8f5a18e3175acd59a9d57db07743cbb6.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. (From OE-Core rev: 6b12d4cd39bacb087654b59e25f5052a4e839b26) 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() {
102 102
103do_install_append_virtclass-native () { 103do_install_append_virtclass-native () {
104 rm ${D}${datadir}/aclocal/* 104 rm ${D}${datadir}/aclocal/*
105 rm ${D}${datadir}/gettext/config.rpath
106 rm ${D}${datadir}/gettext/po/Makefile.in.in
105} 107}
106 108
107BBCLASSEXTEND = "native nativesdk" 109BBCLASSEXTEND = "native nativesdk"