]> code.ossystems Code Review - openembedded-core.git/commit
gettext: Add config.rpath and Makefile.in.in to gettext-minimal-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Oct 2012 13:47:38 +0000 (13:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:27 +0000 (12:03 +0100)
commit6b12d4cd39bacb087654b59e25f5052a4e839b26
treebbbb63073cad70e7c4c542d287fd35883074b766
parent87a9a3b3b2603516704a38fccc8c396e547ac101
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>
meta/recipes-core/gettext/gettext-minimal-0.18.1.1/Makefile.in.in [new file with mode: 0644]
meta/recipes-core/gettext/gettext-minimal-0.18.1.1/Makevars.template [new file with mode: 0644]
meta/recipes-core/gettext/gettext-minimal-0.18.1.1/config.rpath [new file with mode: 0755]
meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
meta/recipes-core/gettext/gettext_0.18.1.1.bb