From 2fbccac5dfe715fe0bd7cfb26c41fd905eaf89ab Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 13 Sep 2004 15:55:58 +0000 Subject: Add IMAGE_DEPENDS variables and make use of them in image_ipk.oeclass. NOTE: This was never done in the past because it puts package names from our packages repo into oe.conf. Now that packages and oe are split, this is okay. BKrev: 4145c30e6CZrYYsOkmiKnf4jBc5eIw --- classes/image_ipk.oeclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'classes/image_ipk.oeclass') diff --git a/classes/image_ipk.oeclass b/classes/image_ipk.oeclass index 1f9cb17955..beda4ca206 100644 --- a/classes/image_ipk.oeclass +++ b/classes/image_ipk.oeclass @@ -2,7 +2,9 @@ inherit rootfs_ipk USE_DEVFS ?= "0" -DEPENDS += "mtd-native makedevs-native" +DEPENDS += "makedevs-native" +OVERRIDES += ":${IMAGE_FSTYPE}" +DEPENDS += "${IMAGE_DEPENDS}" IMAGE_DEVICE_TABLE = "${@oe.which(oe.data.getVar('OEPATH', d, 1), 'files/device_table-minimal.txt')}" -- cgit v1.2.3