summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/digitemp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-27 13:03:21 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-28 11:58:39 +0100
commit720cd3f32ca8cc4701e99effdd3b3da0cca8348d (patch)
tree7f1e950cb80b2d3884f9a2a001f46d7ba6305d10 /meta-oe/recipes-support/digitemp
parent475674091355f9114a79d71d42543f01881bdaba (diff)
downloadmeta-openembedded-720cd3f32ca8cc4701e99effdd3b3da0cca8348d.tar.gz
digitemp: fix QA issues:
* missing SRC_URI checksums * GNU_HASH QA errors: WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097U' WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097' * $(uname -s) access Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/digitemp')
-rw-r--r--meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb12
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 395e56ad3..0ac8fa328 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"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" 5LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
6 6
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \ 9SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \
10 file://makefile-fix.patch" 10 file://makefile-fix.patch"
11SRC_URI[md5sum] = "9be2e48db37920f21925ae6e88f83b84"
12SRC_URI[sha256sum] = "14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2505ca2"
11 13
12inherit autotools 14EXTRA_OEMAKE = "ds9097 ds9097u \
13 15 SYSTYPE='Linux' \
14EXTRA_OEMAKE = "ds9097 ds9097u" 16 "
17# Fix GNU_HASH QA errors
18TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
15 19
16do_configure() { 20do_configure() {
17 rm -f digitemp_* 21 rm -f digitemp_*