diff options
author | Raphael Silva <rapphil@gmail.com> | 2014-12-04 10:43:29 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-10 13:33:29 +0100 |
commit | 38fa8102e0a19c4a4ec4498ded57b58f9339b048 (patch) | |
tree | c3118f534755d214614228df39973028c1582a68 /meta-oe/recipes-extended | |
parent | 199cabe788f80efe517e4c3cccca8e046621bfb7 (diff) | |
download | meta-openembedded-38fa8102e0a19c4a4ec4498ded57b58f9339b048.tar.gz |
acpitests: fixing failing recipe
Removed from blacklist and fixed do_compile error due to sysroot poisoning.
Fixed removing the redefinition of CC.
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/acpica/acpitests_20140828.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb index 75e10f6b4..93c20af5e 100644 --- a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb +++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://tests/aapits/atexec.c;beginline=1;endline=115;md5=e92 | |||
6 | 6 | ||
7 | DEPENDS = "bison flex" | 7 | DEPENDS = "bison flex" |
8 | 8 | ||
9 | PNBLACKLIST[acpitests] = "fails to find string.h since sysroot poisoning was added in internal toolchain" | ||
10 | 9 | ||
11 | SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \ | 10 | SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \ |
12 | https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \ | 11 | https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \ |
@@ -20,7 +19,7 @@ SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f | |||
20 | 19 | ||
21 | S = "${WORKDIR}/acpitests-unix-${PV}" | 20 | S = "${WORKDIR}/acpitests-unix-${PV}" |
22 | 21 | ||
23 | EXTRA_OEMAKE = "'CC=${TARGET_PREFIX}gcc ${HOST_CC_ARCH}' 'OPT_CFLAGS=-Wall'" | 22 | EXTRA_OEMAKE = "'${HOST_CC_ARCH}' 'OPT_CFLAGS=-Wall'" |
24 | 23 | ||
25 | # The Makefiles expect a specific layout | 24 | # The Makefiles expect a specific layout |
26 | do_compile() { | 25 | do_compile() { |