summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-06-30 13:59:44 -0600
committerGary Thomas <gary@mlbassoc.com>2012-06-30 13:59:44 -0600
commit0d19bc02c74a9410746a9f468297eee7321ff47f (patch)
tree66032970c6ea89437e8cf9a7ca58e3a121937a07
parent2bd08428ce69f8654ab8b69604008bb7c21bd972 (diff)
downloadmeta-raspberrypi-0d19bc02c74a9410746a9f468297eee7321ff47f.tar.gz
bcm2835-kernel-image: Fix dependency
Add dependency on kernel image as it must be built before this package can be completed. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
-rw-r--r--recipes-bcm/kernel-image/bcm2835-kernel-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
index ced20b0..085cd01 100644
--- a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
+++ b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
@@ -3,9 +3,9 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5COMPATIBLE_MACHINE = "raspberrypi" 5COMPATIBLE_MACHINE = "raspberrypi"
6PR = "${MACHINE_KERNEL_PR}.1" 6PR = "${MACHINE_KERNEL_PR}.2"
7 7
8DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native" 8DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel"
9 9
10S = "${WORKDIR}" 10S = "${WORKDIR}"
11 11