diff --git a/recipes-bsp/petitboot/petitboot_git.bb b/recipes-bsp/petitboot/petitboot_git.bb index 5490ff4..22cbb7b 100644 --- a/recipes-bsp/petitboot/petitboot_git.bb +++ b/recipes-bsp/petitboot/petitboot_git.bb @@ -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"