diff options
| author | skandigraun <skandigraun@gmail.com> | 2023-11-18 11:51:15 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-19 19:47:47 -0800 |
| commit | 82d05080390dbcca40364d4b80152528f3e4e203 (patch) | |
| tree | c289ccc60f639c86be869ae49b69fd0d4e6ad885 /meta-oe/recipes-multimedia | |
| parent | 5e1ddd1e7fdfa840efa207bd7750f5a3b0089060 (diff) | |
| download | meta-openembedded-82d05080390dbcca40364d4b80152528f3e4e203.tar.gz | |
libvpx: don't specify armv5 and armv6 toolchains explicitly
The libvpx project has removed the support for these values, and
the recipe can't be built anymore for these arch's when these values
are used. The correct value for these arch's is `generic-gnu`,
which is used as a default fallthrough value for all platforms
in the recipe for arch's that are not specified explicitly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
| -rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb index eab5546a1b..1354e2eb98 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb | |||
| @@ -24,8 +24,6 @@ BUILD_LDFLAGS += "-pthread" | |||
| 24 | export CC | 24 | export CC |
| 25 | export LD = "${CC}" | 25 | export LD = "${CC}" |
| 26 | 26 | ||
| 27 | VPXTARGET:armv5te = "armv5te-linux-gcc" | ||
| 28 | VPXTARGET:armv6 = "armv6-linux-gcc" | ||
| 29 | VPXTARGET:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","armv7-linux-gcc","generic-gnu",d)}" | 27 | VPXTARGET:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","armv7-linux-gcc","generic-gnu",d)}" |
| 30 | VPXTARGET ?= "generic-gnu" | 28 | VPXTARGET ?= "generic-gnu" |
| 31 | 29 | ||
