diff options
-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" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" |
6 | 6 | ||
7 | PV = "3.7.1+git${SRCPV}" | ||
8 | |||
9 | SRC_URI = "git://github.com/bcl/digitemp" | 7 | SRC_URI = "git://github.com/bcl/digitemp" |
10 | 8 | ||
11 | SRCREV = "389f67655efa1674f595106c3a47b5ad082609a7" | 9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" |
12 | 10 | ||
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||