summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-04-04 17:42:19 +0200
committerKhem Raj <raj.khem@gmail.com>2020-04-04 12:51:09 -0700
commitc55f99fd3486f446dd591ff5410dd1977103317f (patch)
tree3af8a9f31cd7af000bfdcc1800ace6d57594b76d
parent40ddc2cbf03c1b2b9b3e66d4b39896924d8963ca (diff)
downloadmeta-openembedded-c55f99fd3486f446dd591ff5410dd1977103317f.tar.gz
libnfc: set PV in the recipe
Fixes: $: devtool check-upgrade-status libnfc <...> INFO: libnfc git UNKNOWN_BROKEN None 2d4543673e9b76c02679ca8b89259659f1afd932 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/libnfc/libnfc_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb
index 64c5f5c34d..2851ecf9fe 100644
--- a/meta-oe/recipes-core/libnfc/libnfc_git.bb
+++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb
@@ -7,6 +7,8 @@ SECTION = "libs"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10PV = "1.7.1+git${SRCPV}"
11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
11SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932" 13SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932"
12SRC_URI = "git://github.com/nfc-tools/libnfc.git \ 14SRC_URI = "git://github.com/nfc-tools/libnfc.git \