summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-09-16 01:43:02 +0200
committerKhem Raj <raj.khem@gmail.com>2019-09-16 18:24:48 -0700
commit066ed72c7118455905ad69a79ec378a2b4f759f0 (patch)
treef4cba3f5ac42d6629a66946500e2554db0910934 /meta-oe/recipes-support
parent4554beebfdcef35cc6f49abc1c2784637f757237 (diff)
downloadmeta-openembedded-066ed72c7118455905ad69a79ec378a2b4f759f0.tar.gz
digitemp: update to 3.7.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb (renamed from meta-oe/recipes-support/digitemp/digitemp_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_git.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb
index 460aa1438..9fcc278d3 100644
--- a/meta-oe/recipes-support/digitemp/digitemp_git.bb
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb
@@ -4,11 +4,9 @@ DEPENDS = "libusb1"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" 5LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
6 6
7PV = "3.7.1+git${SRCPV}"
8
9SRC_URI = "git://github.com/bcl/digitemp" 7SRC_URI = "git://github.com/bcl/digitemp"
10 8
11SRCREV = "389f67655efa1674f595106c3a47b5ad082609a7" 9SRCREV = "a162e63aad35358aab325388f3d5e88121606419"
12 10
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14 12