| Submitter | Paul Eggleton |
|---|---|
| Date | March 9, 2011, 1:29 a.m. |
| Message ID | <201103090129.37429.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/1211/ |
| State | New, archived |
| Headers | show |
Comments
On 3/8/2011 5:29 PM, Paul Eggleton wrote: > On Tuesday 08 March 2011 18:55:44 Richard Purdie wrote: >>> Saul Wold (3): >>> gst-plugins: Added hal to DEPENDS >>> attr: Added ncurses to depends >>> lsb-live image: add lsb-live and lsb-sdk-live image types >> >> Merged. I'd like to drop the hal dependency if someone can send me a >> patch which disables it and everything works. > > Patch attached to do this (against oe-core) . > patch looks sane to me. We will need Koen to Ack it. > Cheers, > Paul > > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky
Op 9 mrt 2011, om 02:29 heeft Paul Eggleton het volgende geschreven: > On Tuesday 08 March 2011 18:55:44 Richard Purdie wrote: >>> Saul Wold (3): >>> gst-plugins: Added hal to DEPENDS >>> attr: Added ncurses to depends >>> lsb-live image: add lsb-live and lsb-sdk-live image types >> >> Merged. I'd like to drop the hal dependency if someone can send me a >> patch which disables it and everything works. > > Patch attached to do this (against oe-core) . Looks good to me: Acked-by: Koen Kooi <koen@dominion.thruhere.net> > > Cheers, > Paul > <0001-gst-plugins-good-remove-dependency-on-hal.patch>_______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky
Patch
From d6f52ebf89e8413f8e24bbc9ab58a0d0e5c45c09 Mon Sep 17 00:00:00 2001 From: Paul Eggleton <paul.eggleton@linux.intel.com> Date: Wed, 9 Mar 2011 01:21:25 +0000 Subject: [PATCH] gst-plugins-good: remove dependency on hal Disable hal usage at configure time to avoid dependency on hal (which is deprecated). Only affects "halelements" which is of no use without hal. Fixes [YOCTO #810] and reverts changes from c6b0c5720fa. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- .../gstreamer/gst-plugins-good_0.10.26.bb | 4 ++-- meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb index 78b24fe..ac47ecf 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ speex" -PR = "r0" +PR = "r1" inherit gettext -EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" +EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" do_configure_prepend() { # This m4 file contains nastiness which conflicts with libtool 2.2.2 diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index d1abd36..4edca95 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://gstreamer.freedesktop.org/" BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" SECTION = "multimedia" PRIORITY = "optional" -DEPENDS = "gstreamer hal" +DEPENDS = "gstreamer" inherit autotools pkgconfig -- 1.7.1