mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
recipes-bsp: petitboot: Fix wrong dependencies
We must use DEPENDS and not DEPENDS_${PN}, which does not make sense here and produce a build error in some cases
This commit is contained in:
parent
243bd285d6
commit
d9446a603f
|
@ -7,7 +7,7 @@ DESCRIPTION = "Petitboot kexec bootloader"
|
|||
HOMEPAGE = "https://www.kernel.org/pub/linux/kernel/people/geoff/petitboot/petitboot.html"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
DEPENDS_${PN} = "libudev ncurses"
|
||||
DEPENDS = "udev ncurses"
|
||||
RDEPENDS_${PN} = "libudev ncurses-libncurses ncurses-libtinfo ncurses-libmenu ncurses-libform kexec udev"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/geoff/petitboot.git"
|
||||
SRCREV_pn-${PN} = "e330e3f5adf78d3ba77217995a4bc3cd1fd16f4c"
|
||||
|
|
Loading…
Reference in New Issue
Block a user