All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] libomxil-0.9.3: fix configure unrecognised option
  2014-03-31 15:39 [PATCH] libomxil-0.9.3: fix configure unrecognised option Matthieu Crapet
@ 2014-03-31 15:06 ` Burton, Ross
  2014-03-31 16:14 ` [PATCH v2] " Matthieu Crapet
  1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2014-03-31 15:06 UTC (permalink / raw)
  To: Matthieu Crapet; +Cc: OE-core

On 31 March 2014 16:39, Matthieu Crapet <Matthieu.Crapet@ingenico.com> wrote:
> -EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror"
> +EXTRA_OECONF += "--disable-doc --disable-Werror"

--disable-doc is new but wasn't mentioned in the commit message,
please explain why it was added.

Ross


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] libomxil-0.9.3: fix configure unrecognised option
@ 2014-03-31 15:39 Matthieu Crapet
  2014-03-31 15:06 ` Burton, Ross
  2014-03-31 16:14 ` [PATCH v2] " Matthieu Crapet
  0 siblings, 2 replies; 3+ messages in thread
From: Matthieu Crapet @ 2014-03-31 15:39 UTC (permalink / raw)
  To: openembedded-core

Drop --disable-ffmpegcomponents which is deprecated since libomxil-bellagio-0.9.1
Components are external and are available separately here:
http://sourceforge.net/projects/omxil/files/components/
---
 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 8 +++++---
 1 file 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 4a7633d..103d789 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}"
-- 
1.8.5.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2] libomxil-0.9.3: fix configure unrecognised option
  2014-03-31 15:39 [PATCH] libomxil-0.9.3: fix configure unrecognised option Matthieu Crapet
  2014-03-31 15:06 ` Burton, Ross
@ 2014-03-31 16:14 ` Matthieu Crapet
  1 sibling, 0 replies; 3+ messages in thread
From: Matthieu Crapet @ 2014-03-31 16:14 UTC (permalink / raw)
  To: openembedded-core

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/
---
 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 8 +++++---
 1 file 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 4a7633d..103d789 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}"
-- 
1.8.5.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-31 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-31 15:39 [PATCH] libomxil-0.9.3: fix configure unrecognised option Matthieu Crapet
2014-03-31 15:06 ` Burton, Ross
2014-03-31 16:14 ` [PATCH v2] " Matthieu Crapet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.