summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-13 15:55:58 +0000
committerChris Larson <clarson@kergoth.com>2004-09-13 15:55:58 +0000
commit2fbccac5dfe715fe0bd7cfb26c41fd905eaf89ab (patch)
tree6340d011c24b794ea4aca677a3a57a6b56f407a8 /classes
parent42e69299606457d2e5a7e6ba69183439e648d6ec (diff)
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
Diffstat (limited to 'classes')
-rw-r--r--classes/image_ipk.oeclass4
1 files changed, 3 insertions, 1 deletions
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')}"