diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 22:45:28 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 19:16:04 +0300 |
| commit | 522b731699e5cbccb716ac11f7ae32e7a818c6b0 (patch) | |
| tree | c3e672434cda3f0060fc9756126ad779bd0a2d72 | |
| parent | ed571d729613e9a467a3ac49d6f22bf21efc1d07 (diff) | |
| download | meta-raspberrypi-522b731699e5cbccb716ac11f7ae32e7a818c6b0.tar.gz | |
bcm2835-bootfiles: Add rdepends to RPi-config
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -rw-r--r-- | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index cc53772..cef2b59 100644 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9 | |||
| 5 | 5 | ||
| 6 | include ../common/firmware.inc | 6 | include ../common/firmware.inc |
| 7 | 7 | ||
| 8 | RDEPENDS_${PN} = "RPi-config" | ||
| 9 | |||
| 8 | COMPATIBLE_MACHINE = "raspberrypi" | 10 | COMPATIBLE_MACHINE = "raspberrypi" |
| 9 | 11 | ||
| 10 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| @@ -13,7 +15,7 @@ SRC_URI = " \ | |||
| 13 | 15 | ||
| 14 | S = "${WORKDIR}/git/boot" | 16 | S = "${WORKDIR}/git/boot" |
| 15 | 17 | ||
| 16 | PR = "r1" | 18 | PR = "r2" |
| 17 | 19 | ||
| 18 | addtask deploy before do_package after do_install | 20 | addtask deploy before do_package after do_install |
| 19 | 21 | ||
