From: Chris Larson Date: Sun, 2 Nov 2003 04:06:20 +0000 (+0000) Subject: Fix the console-tools build when built with correct build ordering. X-Git-Tag: Release-2010-05/1~20585 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac380b593c1e5054545b7184e39246849ab051e9;p=openembedded.git Fix the console-tools build when built with correct build ordering. BKrev: 3fa482bcqBMjsmCcLk-tNJMgQzYGVQ --- 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 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 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 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 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 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 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}'