mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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
(From OE-Core rev: 87a9a3b3b2603516704a38fccc8c396e547ac101)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
The docs need tools we don't have to build so disable them.
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
RP 2012/10/17
|
||||
|
||||
Index: console-tools-0.3.2/Makefile.am
|
||||
===================================================================
|
||||
--- console-tools-0.3.2.orig/Makefile.am 1999-04-15 01:33:24.000000000 +0000
|
||||
+++ console-tools-0.3.2/Makefile.am 2012-10-17 11:48:14.107069145 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- makefile -*-
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
-SUBDIRS = lib fontfiletools vttools kbdtools screenfonttools contrib doc \
|
||||
- compat include examples po intl
|
||||
+SUBDIRS = lib fontfiletools vttools kbdtools screenfonttools contrib \
|
||||
+ compat include examples po intl
|
||||
|
||||
EXTRA_DIST = BUGS RELEASE CREDITS COPYING.kbd local-scripts/* debian/* *.lsm
|
||||
Reference in New Issue
Block a user