diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb index ff7f0d0902..45dd487f30 100644 --- a/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb +++ b/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb | |||
| @@ -15,10 +15,13 @@ inherit cmake pkgconfig | |||
| 15 | 15 | ||
| 16 | DEPENDS = " nasm-native" | 16 | DEPENDS = " nasm-native" |
| 17 | 17 | ||
| 18 | EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \ | 18 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \ |
| 19 | -DAOM_AS_FLAGS=--reproducible \ | 19 | -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \ |
| 20 | -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \ | ||
| 21 | " | 20 | " |
| 22 | CMAKE_VERBOSE = "VERBOSE=1" | 21 | CMAKE_VERBOSE = "VERBOSE=1" |
| 23 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE" | 22 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE" |
| 24 | EXTRA_OECMAKE:append:arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}" | 23 | EXTRA_OECMAKE:append:arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}" |
| 24 | |||
| 25 | do_generate_toolchain_file:append() { | ||
| 26 | echo "set(AOM_AS_FLAGS --debug-prefix-map ${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR})" >> ${WORKDIR}/toolchain.cmake | ||
| 27 | } | ||
