summaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-02 04:06:20 +0000
committerChris Larson <clarson@kergoth.com>2003-11-02 04:06:20 +0000
commitac380b593c1e5054545b7184e39246849ab051e9 (patch)
tree6f5782d5862e632367d204e882e930de9125cff9 /console-tools
parenta2099e072dddd23eacef3a67c7aaf0d4c0426960 (diff)
Fix the console-tools build when built with correct build ordering.
BKrev: 3fa482bcqBMjsmCcLk-tNJMgQzYGVQ
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/console-tools-0.3.2/config/codeset.m40
-rw-r--r--console-tools/console-tools-0.3.2/config/gettext.m40
-rw-r--r--console-tools/console-tools-0.3.2/config/glibc21.m40
-rw-r--r--console-tools/console-tools-0.3.2/config/iconv.m40
-rw-r--r--console-tools/console-tools-0.3.2/config/lcmessage.m40
-rw-r--r--console-tools/console-tools-0.3.2/config/progtest.m40
-rw-r--r--console-tools/console-tools_0.3.2.oe7
7 files changed, 7 insertions, 0 deletions
diff --git a/console-tools/console-tools-0.3.2/config/codeset.m4 b/console-tools/console-tools-0.3.2/config/codeset.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/codeset.m4
diff --git a/console-tools/console-tools-0.3.2/config/gettext.m4 b/console-tools/console-tools-0.3.2/config/gettext.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/gettext.m4
diff --git a/console-tools/console-tools-0.3.2/config/glibc21.m4 b/console-tools/console-tools-0.3.2/config/glibc21.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/glibc21.m4
diff --git a/console-tools/console-tools-0.3.2/config/iconv.m4 b/console-tools/console-tools-0.3.2/config/iconv.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/iconv.m4
diff --git a/console-tools/console-tools-0.3.2/config/lcmessage.m4 b/console-tools/console-tools-0.3.2/config/lcmessage.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/lcmessage.m4
diff --git a/console-tools/console-tools-0.3.2/config/progtest.m4 b/console-tools/console-tools-0.3.2/config/progtest.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/console-tools/console-tools-0.3.2/config/progtest.m4
diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe
index 8083581973..358df146de 100644
--- a/console-tools/console-tools_0.3.2.oe
+++ b/console-tools/console-tools_0.3.2.oe
@@ -8,6 +8,13 @@ S := ${WORKDIR}/${P}
export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \
examples po intl compat'
+
+acpaths=-I config
+do_configure_prepend () {
+ mkdir -p config
+ cp ${FILESDIR}/config/*.m4 config/
+}
+
do_compile () {
oe_runmake -C lib
oe_runmake 'SUBDIRS=${SUBDIRS}'