summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb')
-rw-r--r--meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
index 271c2a30a3..8f3b76a920 100644
--- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
+++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Bellagio is an opensource implementation of the Khronos OpenMAX \
4HOMEPAGE = "http://omxil.sourceforge.net/" 4HOMEPAGE = "http://omxil.sourceforge.net/"
5 5
6LICENSE = "LGPLv2.1+" 6LICENSE = "LGPLv2.1+"
7LICENSE_FLAGS = "commercial" 7LICENSE_FLAGS = "${@bb.utils.contains('PACKAGECONFIG', 'amr', 'commercial', '', d)}"
8LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
9 file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" 9 file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90"
10 10
@@ -26,6 +26,10 @@ EXTRA_OECONF += "--disable-doc --disable-Werror"
26 26
27PROVIDES += "virtual/libomxil" 27PROVIDES += "virtual/libomxil"
28 28
29PACKAGECONFIG ??= ""
30
31PACKAGECONFIG[amr] = "--enable-amr,,"
32
29# 33#
30# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. 34# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked.
31# Make sure they get packaged in the main package. 35# Make sure they get packaged in the main package.