From 522b731699e5cbccb716ac11f7ae32e7a818c6b0 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 22:45:28 +0300 Subject: bcm2835-bootfiles: Add rdepends to RPi-config Signed-off-by: Andrei Gherzan --- recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 include ../common/firmware.inc +RDEPENDS_${PN} = "RPi-config" + COMPATIBLE_MACHINE = "raspberrypi" SRC_URI = " \ @@ -13,7 +15,7 @@ SRC_URI = " \ S = "${WORKDIR}/git/boot" -PR = "r1" +PR = "r2" addtask deploy before do_package after do_install -- cgit v1.2.3-54-g00ecf