diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 13:55:02 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 13:55:02 -0500 |
commit | 6b32df85777f5513758cd24b6cf737a3f452824f (patch) | |
tree | dd6871706087a5e5a86051ce46f026e0295c0f8c /meta-agl-profile-core | |
parent | 963f5436ccc40a83ff0d018f7731d13de1bb12bd (diff) |
meta-agl-profile-core: remove libnfc recipe
Remove libnfc recipe, as oe-core now has a recipe pointing at a newer
git commit.
Bug-AGL: SPEC-2932
Change-Id: Ib98a9ef5ae65b3aa533a5266ef72466aa73d934c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/recipes-connectivity/libnfc/libnfc_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-agl-profile-core/recipes-connectivity/libnfc/libnfc_git.bb b/meta-agl-profile-core/recipes-connectivity/libnfc/libnfc_git.bb deleted file mode 100644 index bd216f815..000000000 --- a/meta-agl-profile-core/recipes-connectivity/libnfc/libnfc_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "libnfc" -DESCRIPTION = "Platform independent Near Field Communication (NFC) library" -HOMEPAGE = "https://github.com/nfc-tools/libnfc" -SECTION = "apps" - -DEPENDS = "libusb" - -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" - -inherit cmake pkgconfig - -SRC_URI = "git://github.com/nfc-tools/libnfc;protocol=https;branch=master" -SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932" - -PV = "1.7.1+git${SRCPV}" -S = "${WORKDIR}/git" - |