diff options
Diffstat (limited to 'meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb')
-rw-r--r-- | meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb index 6565097334..baddf42e6b 100644 --- a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb +++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |||
@@ -4,11 +4,13 @@ DEPENDS = "libusb1" | |||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/bcl/digitemp;branch=master;protocol=https" | 7 | SRC_URI = " \ |
8 | git://github.com/bcl/digitemp;branch=master;protocol=https \ | ||
9 | file://0001-Fix-conflicting-prototype.patch \ | ||
10 | " | ||
8 | 11 | ||
9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" | 12 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" |
10 | 13 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 14 | ||
13 | EXTRA_OEMAKE = "ds9097 ds9097u \ | 15 | EXTRA_OEMAKE = "ds9097 ds9097u \ |
14 | SYSTYPE='Linux' \ | 16 | SYSTYPE='Linux' \ |