diff options
author | raquel medina <raquel.medina@konsulko.com> | 2018-11-09 19:15:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-15 11:34:03 +0000 |
commit | 901cf29fafb4c9a86198cf40dc6ac7645051a213 (patch) | |
tree | 1fcb2fa05241b9536a96587c7529a0251177d898 | |
parent | fca78543657d33047df35d115ed2fb4b7f7f899a (diff) |
agl-service-nfc: remove libnfc dependency
Bug-AGL: SPEC-1921
- remove build-time dependency on libnfc
Change-Id: Id13d0f447ebcb47590466c6d9e9f34a58cf65bad
Signed-off-by: raquel medina <raquel.medina@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 b6ee8f7c2..f20aa99d8 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 glib-2.0 neardal" +DEPENDS = "af-binder json-c glib-2.0 neardal" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |