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 22:53:45 +0100 |
commit | 15056e2aefeda6836127e1d369b04002c2b660de (patch) | |
tree | 271b1248eaf07fe1b11aee4d9c4481d00a572650 /meta/recipes-multimedia | |
parent | 1e51b5a505a0a72ca063fcd87b344ef1c67f3f3c (diff) | |
download | poky-15056e2aefeda6836127e1d369b04002c2b660de.tar.gz |
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/
(From OE-Core rev: ff321fec0c5611b69a99901cac74bfd76b409d77)
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 @@ | |||
1 | SUMMARY = "Bellagio OpenMAX Integration Layer" | 1 | SUMMARY = "Bellagio OpenMAX Integration Layer (IL)" |
2 | DESCRIPTION = "Bellagio is an opensource implementation of the Khronos OpenMAX \ | ||
3 | Integration Layer API to access multimedia components." | ||
2 | HOMEPAGE = "http://omxil.sourceforge.net/" | 4 | HOMEPAGE = "http://omxil.sourceforge.net/" |
5 | |||
3 | LICENSE = "LGPLv2.1+" | 6 | LICENSE = "LGPLv2.1+" |
4 | LICENSE_FLAGS = "commercial" | 7 | LICENSE_FLAGS = "commercial" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ |
6 | file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" | 9 | file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" |
7 | 10 | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \ |
10 | file://configure-fix.patch \ | 12 | file://configure-fix.patch \ |
11 | file://parallel-make.patch \ | 13 | file://parallel-make.patch \ |
@@ -19,7 +21,7 @@ S = "${WORKDIR}/${BPN}-bellagio-${PV}" | |||
19 | 21 | ||
20 | inherit autotools | 22 | inherit autotools |
21 | 23 | ||
22 | EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror" | 24 | EXTRA_OECONF += "--disable-doc --disable-Werror" |
23 | 25 | ||
24 | FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \ | 26 | FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \ |
25 | ${libdir}/omxloaders/*${SOLIBS}" | 27 | ${libdir}/omxloaders/*${SOLIBS}" |