From ac8b135acce61df7089eef6b0e404b4b4a9c1af4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 25 Jun 2019 19:06:57 -0400 Subject: agl-service-unicens: add missing DEPENDS agl-service-unicens now needs libafb-helpers to build, add it to DEPENDS in its recipe. Bug-AGL: SPEC-2562 Change-Id: Ief299b51bffb288f2143bfae3cc7a646ba93b43b Signed-off-by: Scott Murray --- .../recipes-apis/agl-service-unicens/agl-service-unicens_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-profile-core/recipes-apis') diff --git a/meta-agl-profile-core/recipes-apis/agl-service-unicens/agl-service-unicens_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-unicens/agl-service-unicens_git.bb index 9590ad956..0126c768d 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-unicens/agl-service-unicens_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-unicens/agl-service-unicens_git.bb @@ -14,6 +14,6 @@ S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig -DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 libxml2" +DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 libxml2 libafb-helpers" RDEPENDS_${PN} += "libxml2 " -- cgit 1.2.3-korg