rauc: Make gdbus-codegen available to the build process

Require glib-2.0-native so that we can call gdbus-codegen from
the build process. Needed for newer versions of poky.
This commit is contained in:
Holger Hans Peter Freyther 2017-04-02 16:16:27 +02:00
parent 3f352433bd
commit 39afcd35ae
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
SRCREV = "011953fa6c824ca518cf0ea074ddeede3726bdcd"
DEPENDS = "curl openssl glib-2.0"
DEPENDS = "curl openssl glib-2.0 glib-2.0-native"
# rauc is invoking these depending the machine
RDEPENDS_${PN}_append_sysmobts-v2 = " barebox-state"