On Sun, Feb 15, 2015 at 11:14 AM, Martin Jansa <[email protected]> wrote: > On Wed, Feb 11, 2015 at 11:06:52AM +0100, Pau Espin Pedrol wrote: >> From: Pau Espin Pedrol <[email protected]> >> >> Signed-off-by: Pau Espin Pedrol <[email protected]> >> --- >> recipes-qt/qt5/qtmultimedia.inc | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/recipes-qt/qt5/qtmultimedia.inc >> b/recipes-qt/qt5/qtmultimedia.inc >> index 427f688..de1839f 100644 >> --- a/recipes-qt/qt5/qtmultimedia.inc >> +++ b/recipes-qt/qt5/qtmultimedia.inc >> @@ -14,6 +14,9 @@ EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', >> 'pulseaudio', '', 'CON >> EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'openal', >> 'CONFIG+=OE_OPENAL_ENABLED', '', d)}" >> EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'gstreamer010', >> 'CONFIG+=OE_GSTREAMER010_ENABLED', '', d)}" >> >> +QT_MULTIMEDIA_BUILD_PARTS ?= "examples" >> +EXTRA_QMAKEVARS_PRE += "QT_BUILD_PARTS+=${QT_MULTIMEDIA_BUILD_PARTS}" >> + >> SRC_URI += "\ >> file://0001-Initial-porting-effort-to-GStreamer-1.0.patch \ >> file://0002-qtmultimedia.pro-Respect-OE_GSTREAMER_ENABLED-OE_GST.patch \ > > With this applied I've seen new QA error: > ERROR: QA Issue: qtmultimedia-examples-dbg: found library in wrong location: > /usr/share/qt5/examples/multimedia/spectrum/.debug/libfftreal.so.1.0.0 > qtmultimedia-examples: found library in wrong location: > /usr/share/qt5/examples/multimedia/spectrum/libfftreal.so.1.0 > qtmultimedia-examples: found library in wrong location: > /usr/share/qt5/examples/multimedia/spectrum/libfftreal.so.1 > qtmultimedia-examples: found library in wrong location: > /usr/share/qt5/examples/multimedia/spectrum/libfftreal.so.1.0.0 > qtmultimedia-examples-dev: found library in wrong location: > /usr/share/qt5/examples/multimedia/spectrum/libfftreal.so [libdir] > ERROR: QA run found fatal errors. Please consider fixing them. > ERROR: Function failed: do_package_qa
I got the same warnings. One thing I am concerned about is /why/ you didn't have the examples built by default and I do? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
