mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-06 14:49:55 +00:00
Don't use RDEPENDS in recipes which don't create packages
RDEPENDS is fairly meaningless for recipes which don't create a package to be installed into the rootfs. Instead we should be using DEPENDS to guarantee correct ordering of build tasks. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
9b2cbacb07
commit
92aac38577
@@ -9,7 +9,7 @@ include recipes-bsp/common/firmware.inc
|
|||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "rpi-config"
|
DEPENDS = "rpi-config"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^rpi$"
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ SRC_URI_append_rpi = " \
|
|||||||
file://0002-rpi_0_w-Add-configs-consistent-with-RpI3.patch \
|
file://0002-rpi_0_w-Add-configs-consistent-with-RpI3.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|
DEPENDS_append_rpi = " rpi-u-boot-scr"
|
||||||
|
|||||||
Reference in New Issue
Block a user