diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb index 395e56ad3b..0ac8fa3281 100644 --- a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb +++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | |||
@@ -4,14 +4,18 @@ 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 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \ |
10 | file://makefile-fix.patch" | 10 | file://makefile-fix.patch" |
11 | SRC_URI[md5sum] = "9be2e48db37920f21925ae6e88f83b84" | ||
12 | SRC_URI[sha256sum] = "14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2505ca2" | ||
11 | 13 | ||
12 | inherit autotools | 14 | EXTRA_OEMAKE = "ds9097 ds9097u \ |
13 | 15 | SYSTYPE='Linux' \ | |
14 | EXTRA_OEMAKE = "ds9097 ds9097u" | 16 | " |
17 | # Fix GNU_HASH QA errors | ||
18 | TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}" | ||
15 | 19 | ||
16 | do_configure() { | 20 | do_configure() { |
17 | rm -f digitemp_* | 21 | rm -f digitemp_* |