diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-04 17:42:19 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-04 12:51:09 -0700 |
commit | c55f99fd3486f446dd591ff5410dd1977103317f (patch) | |
tree | 3af8a9f31cd7af000bfdcc1800ace6d57594b76d | |
parent | 40ddc2cbf03c1b2b9b3e66d4b39896924d8963ca (diff) | |
download | meta-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.bb | 2 |
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 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | PV = "1.7.1+git${SRCPV}" | ||
11 | |||
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
11 | SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932" | 13 | SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932" |
12 | SRC_URI = "git://github.com/nfc-tools/libnfc.git \ | 14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git \ |