summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-01 11:06:30 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-01 11:06:30 -0700
commitd4a1ba2b24b86272e969425abfe0fadc5c2e5cdf (patch)
treea8dd4a856d2878edd8a6624ba539ff61ad4ae0b9
parentea603975e9fd7726cc1012a0899117294740d64e (diff)
parent0d19bc02c74a9410746a9f468297eee7321ff47f (diff)
downloadmeta-raspberrypi-d4a1ba2b24b86272e969425abfe0fadc5c2e5cdf.tar.gz
Merge pull request #16 from GaryThomas/updates
bcm2835-kernel-image: Fix dependency
-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