From 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:35 +0000 Subject: Another pass of cleanups... ..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ --- modutils/modutils-cross_2.4.25.oe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modutils') diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe index 9d1e144189..5a98407a66 100644 --- a/modutils/modutils-cross_2.4.25.oe +++ b/modutils/modutils-cross_2.4.25.oe @@ -1,13 +1,13 @@ include modutils_${PV}.oe inherit cross S = "${WORKDIR}/modutils-${PV}" -DEPENDS= +DEPENDS = "patcher-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/modutils-${PV}-${PR}" -PACKAGES = +PACKAGES = "" sbindir = "${prefix}/bin" -EXTRA_OECONF_append = ' --program-prefix=${TARGET_PREFIX}' +EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" do_stage () { oe_runmake install @@ -16,4 +16,3 @@ do_stage () { do_install () { : } - -- cgit v1.2.3