]> code.ossystems Code Review - openembedded-core.git/commit
console-tools: Clean up recipe
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Oct 2012 12:18:12 +0000 (12:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:27 +0000 (12:03 +0100)
commit87a9a3b3b2603516704a38fccc8c396e547ac101
treee117e6ad981a5a2ce00202c387beceb66176e9d1
parentd5745cdc01f7d21999c5983bae5983072e3e8f30
console-tools: Clean up recipe

This cleans up various bits of nastiness in this recipe:
  * Drop unneeded m4 macros
  * Update to a recent version of gettext (needs addition of Makevars file)
  * Drop split do_compile and SUBDIRS hacks, just patch out the docs
  * Remove some of the configure.in hacks since they seem unneeded now
    and break gettext (the AC_OUTPUT change).
  * Wipe out acinclude.m4 since it has corrisive contents

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/console-tools/console-tools-0.3.2/Makevars [new file with mode: 0644]
meta/recipes-core/console-tools/console-tools-0.3.2/config/codeset.m4 [deleted file]
meta/recipes-core/console-tools/console-tools-0.3.2/config/gettext.m4 [deleted file]
meta/recipes-core/console-tools/console-tools-0.3.2/config/glibc21.m4 [deleted file]
meta/recipes-core/console-tools/console-tools-0.3.2/config/iconv.m4 [deleted file]
meta/recipes-core/console-tools/console-tools-0.3.2/config/progtest.m4 [deleted file]
meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
meta/recipes-core/console-tools/console-tools-0.3.2/lcmessage.m4 [moved from meta/recipes-core/console-tools/console-tools-0.3.2/config/lcmessage.m4 with 100% similarity]
meta/recipes-core/console-tools/console-tools-0.3.2/nodocs.patch [new file with mode: 0644]
meta/recipes-core/console-tools/console-tools_0.3.2.bb