diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-01 11:06:30 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-01 11:06:30 -0700 |
commit | d4a1ba2b24b86272e969425abfe0fadc5c2e5cdf (patch) | |
tree | a8dd4a856d2878edd8a6624ba539ff61ad4ae0b9 | |
parent | ea603975e9fd7726cc1012a0899117294740d64e (diff) | |
parent | 0d19bc02c74a9410746a9f468297eee7321ff47f (diff) | |
download | meta-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.bb | 4 |
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" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "raspberrypi" | 5 | COMPATIBLE_MACHINE = "raspberrypi" |
6 | PR = "${MACHINE_KERNEL_PR}.1" | 6 | PR = "${MACHINE_KERNEL_PR}.2" |
7 | 7 | ||
8 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native" | 8 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel" |
9 | 9 | ||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||