From cb58267771bdf8b248485ed1c7ed14880343dfd9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 26 Feb 2009 15:28:47 -0800 Subject: console-tools: clean up the way it handles its .m4 files Signed-off-by: Chris Larson --- recipes/console-tools/console-tools_0.3.2.bb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'recipes/console-tools/console-tools_0.3.2.bb') 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} -- cgit 1.2.3-korg