diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-03-31 18:14:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 17:43:55 +0100 |
commit | ff321fec0c5611b69a99901cac74bfd76b409d77 (patch) | |
tree | b30c930d085394184e6d83883782fe7fc160103a /meta/recipes-multimedia | |
parent | 64c0ea3adccfc8af911b5e25e4c64a0abc578e6c (diff) | |
download | openembedded-core-ff321fec0c5611b69a99901cac74bfd76b409d77.tar.gz openembedded-core-ff321fec0c5611b69a99901cac74bfd76b409d77.tar.bz2 openembedded-core-ff321fec0c5611b69a99901cac74bfd76b409d77.zip |
libomxil-0.9.3: fix configure unrecognised option
Drop --disable-ffmpegcomponents which is deprecated since libomxil-bellagio-0.9.1
Explicitly disable doc generation to prevent using doxygen from build machine.
Components are external and are available separately here:
http://sourceforge.net/projects/omxil/files/components/
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index 4a7633d85e..103d789482 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb @@ -1,11 +1,13 @@ -SUMMARY = "Bellagio OpenMAX Integration Layer" +SUMMARY = "Bellagio OpenMAX Integration Layer (IL)" +DESCRIPTION = "Bellagio is an opensource implementation of the Khronos OpenMAX \ + Integration Layer API to access multimedia components." HOMEPAGE = "http://omxil.sourceforge.net/" + LICENSE = "LGPLv2.1+" LICENSE_FLAGS = "commercial" LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" - SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \ file://configure-fix.patch \ file://parallel-make.patch \ @@ -19,7 +21,7 @@ S = "${WORKDIR}/${BPN}-bellagio-${PV}" inherit autotools -EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror" +EXTRA_OECONF += "--disable-doc --disable-Werror" FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \ ${libdir}/omxloaders/*${SOLIBS}" |