summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 22:45:28 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-18 19:16:04 +0300
commit522b731699e5cbccb716ac11f7ae32e7a818c6b0 (patch)
treec3e672434cda3f0060fc9756126ad779bd0a2d72
parented571d729613e9a467a3ac49d6f22bf21efc1d07 (diff)
downloadmeta-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.bb4
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
6include ../common/firmware.inc 6include ../common/firmware.inc
7 7
8RDEPENDS_${PN} = "RPi-config"
9
8COMPATIBLE_MACHINE = "raspberrypi" 10COMPATIBLE_MACHINE = "raspberrypi"
9 11
10SRC_URI = " \ 12SRC_URI = " \
@@ -13,7 +15,7 @@ SRC_URI = " \
13 15
14S = "${WORKDIR}/git/boot" 16S = "${WORKDIR}/git/boot"
15 17
16PR = "r1" 18PR = "r2"
17 19
18addtask deploy before do_package after do_install 20addtask deploy before do_package after do_install
19 21