From ab6522627db6e2e7e80872c7233a39f034ec90ce Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 6 Jul 2018 11:22:12 -0700 Subject: agl-service-nfc: nfc: add neardal dependency Include libneardal dependency to allow easy of use to neard package Bug-AGL: SPEC-1554 Change-Id: Ibc28b24ad28b612ca189871635e3130fb3b96add Signed-off-by: Matt Ranostay --- .../recipes-apis/agl-service-nfc/agl-service-nfc_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-nfc/agl-service-nfc_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb index 2862da070..b6ee8f7c2 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb @@ -2,7 +2,7 @@ SUMMARY = "agl-service-nfc" DESCRIPTION = "" HOMEPAGE = "https://www.github.com/iotbzh/nfc-binding" SECTION = "apps" -DEPENDS = "af-binder json-c libnfc" +DEPENDS = "af-binder json-c libnfc glib-2.0 neardal" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -- cgit 1.2.3-korg