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:
Romain Perier 2015-06-21 14:51:33 +00:00
parent 243bd285d6
commit d9446a603f

View File

@ -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"