mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
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>
This commit is contained in:
@@ -4,14 +4,18 @@ DEPENDS = "libusb1"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \
|
||||
file://makefile-fix.patch"
|
||||
SRC_URI[md5sum] = "9be2e48db37920f21925ae6e88f83b84"
|
||||
SRC_URI[sha256sum] = "14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2505ca2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OEMAKE = "ds9097 ds9097u"
|
||||
EXTRA_OEMAKE = "ds9097 ds9097u \
|
||||
SYSTYPE='Linux' \
|
||||
"
|
||||
# Fix GNU_HASH QA errors
|
||||
TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
|
||||
|
||||
do_configure() {
|
||||
rm -f digitemp_*
|
||||
|
||||
Reference in New Issue
Block a user