rauc: Depend on busybox-state or grub

Rauc is configuted to either invoke busybox-state or grub. Make
sure these are installed when rauc itself is installed.
This commit is contained in:
Holger Hans Peter Freyther 2015-06-13 17:40:23 +02:00
parent 263e63eab6
commit 681966c5e0
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ SRCREV = "7904e2e9d17fe0319bc46912e3531cf1b5ed4533"
DEPENDS = "curl openssl glib-2.0"
RDEPENDS_${PN} += "dbus"
# rauc is invoking these depending the machine
RDEPENDS_${PN}_append_sysmobts-v2 = " barebox-state"
RDEPENDS_${PN}_append_sysmocom-odu = " barebox-state"
RDEPENDS_${PN}_append_sysmocom-bsc = " grub"
FILES_${PN} += "/mnt/rauc"
FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules"