aboutsummaryrefslogtreecommitdiffstats
path: root/modutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
commit19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch)
tree3797eff5681f7b7188f4e315c2b05fcd936f57e8 /modutils
parent85b9c66123293478a0618e3ba230adc266c85eea (diff)
downloadopenembedded-19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec.tar.gz
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils-cross_2.4.25.oe7
1 files changed, 3 insertions, 4 deletions
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 () {
:
}
-