From patchwork Fri Dec 14 09:14:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,12/12] emotion: disable generic-vlc backend Date: Fri, 14 Dec 2012 09:14:04 -0000 From: Martin Jansa X-Patchwork-Id: 40979 Message-Id: <20451cebde875e580265906d0416c5de7b17f6f9.1355476399.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * we don't have vlc in DEPENDS, but when it happens to be built before emotion, it causes undeterministic builds and unpackaged files emotion-1.7.3: emotion: Files/directories were installed but not shipped /usr/lib/emotion/utils/em_generic_vlc Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/emotion.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc index 134ef40..a4ef02d 100644 --- a/meta-efl/recipes-efl/efl/emotion.inc +++ b/meta-efl/recipes-efl/efl/emotion.inc @@ -4,11 +4,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" # we no longer build the libxine backend, since the gstreamer backend seems more promising DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio" -INC_PR = "r1" +INC_PR = "r2" inherit efl -EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" +EXTRA_OECONF = "--disable-xine --disable-generic-vlc --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" PACKAGES =+ "emotion-backend-gstreamer" FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"