mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
392e30c21a
| Configuring for target 'armv7-linux-gcc' | enabling armv7 | enabling armv6 | enabling armv5te | enabling fast_unaligned | Unable to invoke compiler: arm-oe-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv7a -O2 -pipe -g -feliminate-unused-debug-types -fPIC -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wno-unused | | Configuration failed. This could reflect a misconfiguration of your | toolchains, improper options selected, or another problem. If you | don't see any useful error messages above, the next step is to look | at the configure error log file (config.err) to determine what | configure was trying to do when it died. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
519 B
BlitzBasic
20 lines
519 B
BlitzBasic
require libvpx.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6e8dee932c26f2dab503abf70c96d8bb"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI += "file://libvpx-configure-support-blank-prefix.patch \
|
|
file://do-not-hardcode-softfp-float-api.patch \
|
|
file://CVE-2010-4203.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "4bf2f2c76700202c1fe9201fcb0680e3"
|
|
SRC_URI[sha256sum] = "2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa"
|
|
|
|
CONFIGUREOPTS += " \
|
|
--prefix=${prefix} \
|
|
--libdir=${libdir} \
|
|
"
|
|
|