From: Matt Ranostay Date: Fri, 6 Jul 2018 18:22:12 +0000 (-0700) Subject: agl-service-nfc: nfc: add neardal dependency X-Git-Tag: 5.99.2~20 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ab6522627db6e2e7e80872c7233a39f034ec90ce;p=AGL%2Fmeta-agl.git 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 --- 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"