summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-05-11 19:22:19 +0000
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:26:49 -0700
commit93be3e083fa7746f7c1c2fd08f6ce5c3b2d7aa9d (patch)
tree68830c5e43186bf2b0dd222faac5428867033bdf
parenta6a3de760f318c88f6f73ae2e429c11e4ff452f9 (diff)
downloadmeta-openembedded-93be3e083fa7746f7c1c2fd08f6ce5c3b2d7aa9d.tar.gz
libopus: add native and nativesdk
* can be used by spice Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb2
1 files changed, 2 insertions, 0 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 a24f5e30b..dd6789dc0 100644
--- a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
+++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
@@ -50,3 +50,5 @@ python () {
50#| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' 50#| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
51#| make[2]: *** [celt/celt.lo] Error 1 51#| make[2]: *** [celt/celt.lo] Error 1
52ARM_INSTRUCTION_SET = "arm" 52ARM_INSTRUCTION_SET = "arm"
53
54BBCLASSEXTEND = "native nativesdk"