diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-06-25 19:06:57 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-06-25 19:06:57 -0400 |
commit | ac8b135acce61df7089eef6b0e404b4b4a9c1af4 (patch) | |
tree | 09b111885be06cc69d8b75176af3a4322a5a955d | |
parent | c0288d2da00b12251199f3b693add13fb18ff354 (diff) |
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 <scott.murray@konsulko.com>
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-unicens/agl-service-unicens_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |