summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch')
-rw-r--r--meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch b/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
new file mode 100644
index 0000000000..f5b75327e9
--- /dev/null
+++ b/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
@@ -0,0 +1,46 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- console-tools-0.3.2/configure.in~configure
7+++ console-tools-0.3.2/configure.in
8@@ -2,13 +2,14 @@
9 dnl Process this file with autoconf to produce a configure script.
10
11 # Initialize
12-AC_INIT(kbdtools/loadkeys.y)
13+AC_INIT
14+AC_CONFIG_SRCDIR([kbdtools/loadkeys.y])
15
16 define(ct_unicodedata_default,/usr/share/unidata/UnicodeData-2.txt)
17 ct_localdatadir_default=/usr/local/share # iff --enable-localdatadir without specific dir
18
19 #AC_CONFIG_AUX_DIR(autoconf)
20-AC_CANONICAL_SYSTEM
21+AC_CANONICAL_TARGET([])
22 AM_INIT_AUTOMAKE(console-tools, 0.3.2)
23
24 # Defaults
25@@ -25,7 +26,7 @@
26 # i18n stuff
27 ALL_LINGUAS="cs de ru ga fr"
28 AM_GNU_GETTEXT
29-AC_OUTPUT_COMMANDS([sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
30+AC_CONFIG_COMMANDS([default-1],[[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]],[[]])
31
32 AC_DEFINE_UNQUOTED(LOCALEDIR, "/usr/share/locale")
33
34@@ -172,10 +173,11 @@
35 AC_SUBST(CHARMAPDIR)
36
37 # Output
38-AC_OUTPUT([Makefile lib/Makefile lib/console/Makefile lib/cfont/Makefile
39+AC_CONFIG_FILES([Makefile lib/Makefile lib/console/Makefile lib/cfont/Makefile
40 lib/ctutils/Makefile lib/ctlocal/Makefile lib/generic/Makefile
41 fontfiletools/Makefile vttools/Makefile
42 kbdtools/Makefile screenfonttools/Makefile contrib/Makefile
43 include/Makefile include/lct/Makefile compat/Makefile
44 doc/Makefile doc/man/Makefile examples/Makefile
45 po/Makefile.in intl/Makefile])
46+AC_OUTPUT