From 39afcd35ae40b8468868f1e942706dec11e03961 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 2 Apr 2017 16:16:27 +0200 Subject: [PATCH] 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. --- recipes-extra/rauc/rauc.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/rauc/rauc.bb b/recipes-extra/rauc/rauc.bb index f96da09..c6e488f 100644 --- a/recipes-extra/rauc/rauc.bb +++ b/recipes-extra/rauc/rauc.bb @@ -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"