diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-07-06 11:22:12 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-11 19:30:52 +0000 |
commit | ab6522627db6e2e7e80872c7233a39f034ec90ce (patch) | |
tree | 7d9dfe8f49f3436cdac4313652b16e0d7b8a8e18 | |
parent | e92ead86ef3d8e25fc97ac7411e2f7c9af33e9d2 (diff) |
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 <matt.ranostay@konsulko.com>
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |