From 216b88fa8f5a18e3175acd59a9d57db07743cbb6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Oct 2012 13:47:38 +0000 Subject: 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 --- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/gettext/gettext_0.18.1.1.bb') 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" -- cgit v1.2.3-54-g00ecf