diff options
author | Chris Larson <clarson@mvista.com> | 2009-02-26 15:28:47 -0800 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-21 19:58:22 -0700 |
commit | cb58267771bdf8b248485ed1c7ed14880343dfd9 (patch) | |
tree | a337fae4553ac2016bbafd7fa223cb9707d671b0 /recipes/console-tools/console-tools_0.3.2.bb | |
parent | 7a4eb52b1f2f74481982797732b08a6e19841b3d (diff) |
console-tools: clean up the way it handles its .m4 files
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/console-tools/console-tools_0.3.2.bb')
-rw-r--r-- | recipes/console-tools/console-tools_0.3.2.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes/console-tools/console-tools_0.3.2.bb b/recipes/console-tools/console-tools_0.3.2.bb index 9e48c2c572..46c8a28ffc 100644 --- a/recipes/console-tools/console-tools_0.3.2.bb +++ b/recipes/console-tools/console-tools_0.3.2.bb @@ -9,17 +9,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://compile.patch;patch=1 \ file://kbdrate.patch;patch=1 \ file://uclibc-fileno.patch;patch=1 \ - file://config/*.m4" + file://config" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ examples po intl compat" -acpaths = "-I config" -do_configure_prepend () { - mkdir -p config - cp ${WORKDIR}/config/*.m4 config/ -} - do_compile () { oe_runmake -C lib oe_runmake 'SUBDIRS=${SUBDIRS}' @@ -27,6 +21,8 @@ do_compile () { inherit autotools +acpaths = "-I ${WORKDIR}/config" + do_install () { autotools_do_install mv ${D}${bindir}/chvt ${D}${bindir}/chvt.${PN} |