aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-01-19 08:53:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 16:00:01 +0100
commitcde2d5367a4b0b7944dca826a0e66fd0b47f7ef1 (patch)
treec13d5e7c315403928d530013ae95c3c00f9dd696
parentcab0c78565ab2620d33f45851ad9275a335684ea (diff)
downloadmeta-openembedded-contrib-cde2d5367a4b0b7944dca826a0e66fd0b47f7ef1.tar.gz
libopus: add --enable-custom-modes to EXTRA_OECONF
* this is what jack is looking for * while we are here do some polishing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
index b5eef8244c..a24f5e30b6 100644
--- a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
+++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
@@ -20,11 +20,13 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[fixed-point] = "--enable-fixed-point,,"
PACKAGECONFIG[float-approx] = "--enable-float-approx,,"
-EXTRA_OECONF = "--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \
- --with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \
- --enable-asm \
- --enable-intrinsics \
- "
+EXTRA_OECONF = " \
+ --with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \
+ --with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \
+ --enable-asm \
+ --enable-intrinsics \
+ --enable-custom-modes \
+"
python () {
if d.getVar('TARGET_FPU') in [ 'soft' ]: