From: Martin Jansa <martin.jansa@gmail.com>
To: "Peter A. Bigot" <pab@pabigot.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [RFC 08/14] gstreamer1.0-plugins-bad: switch to virtual/bluez
Date: Tue, 11 Nov 2014 00:20:51 +0100 [thread overview]
Message-ID: <20141110232051.GF2440@jama> (raw)
In-Reply-To: <01cb8ceb7576735c0034283281f38cfe03aad4b2.1415647839.git.pab@pabigot.com>
[-- Attachment #1: Type: text/plain, Size: 3236 bytes --]
On Mon, Nov 10, 2014 at 03:13:05PM -0600, Peter A. Bigot wrote:
> Be aware that current versions of gstreamer1.0-plugins-bad (through
> 1.4.3) do not currently support bluez5, and will silently disable
> bluetooth support until that has been addressed upstream.
>
> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
> ---
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 ++--
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> index dab0bf5..913a338 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> @@ -18,7 +18,7 @@ PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2',
> PACKAGECONFIG ??= " \
> ${PACKAGECONFIG_GL} \
> ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
> - ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
> + ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'virtual/bluez', '', d)} \
There isn't any virtual/bluez PACKAGECONFIG
> ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
> orc curl uvch264 neon sndfile \
> hls sbc dash bz2 smoothstreaming \
> @@ -49,7 +49,7 @@ PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
> PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth"
> PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger"
> PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
> -PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4"
> +PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,virtual/bluez"
> PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
> PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1"
> PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> index e1a5904..8f37be8 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> @@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
>
> SRCREV = "6e5db57d2446a753aaa76bee268e1f95600b14ce"
>
> -PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4"
> +PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,virtual/bluez"
> PACKAGECONFIG[sbc] = "--enable-sbc,--disable-sbc,sbc"
> PACKAGECONFIG[hls] = "--enable-hls,--disable-hls,gnutls"
>
> --
> 1.8.5.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-11-10 23:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-10 21:12 [RFC 00/14] add virtual/bluez Peter A. Bigot
2014-11-10 21:12 ` [RFC 01/14] bluez5: upgrade to 5.25 Peter A. Bigot
2014-11-10 21:12 ` [RFC 02/14] bluez5: fix QA error from configure option Peter A. Bigot
2014-11-10 21:13 ` [RFC 03/14] default-providers: support virtual/bluez Peter A. Bigot
2014-11-10 21:13 ` [RFC 04/14] bluez-hcidump: select provider for bluez4/bluez5 Peter A. Bigot
2014-11-10 21:13 ` [RFC 05/14] packagegroup-base: switch to VIRTUAL-RUNTIME_bluez Peter A. Bigot
2014-11-10 21:13 ` [RFC 06/14] pulseaudio: switch to virtual/bluez Peter A. Bigot
2014-11-10 23:20 ` Martin Jansa
2014-11-11 0:03 ` Peter A. Bigot
2014-11-10 21:13 ` [RFC 07/14] qt-mobility: " Peter A. Bigot
2014-11-12 11:06 ` Richard Purdie
2014-11-12 13:48 ` Peter A. Bigot
2014-11-13 10:06 ` Richard Purdie
2014-11-13 13:23 ` Peter A. Bigot
2014-11-10 21:13 ` [RFC 08/14] gstreamer1.0-plugins-bad: " Peter A. Bigot
2014-11-10 23:20 ` Martin Jansa [this message]
2014-11-11 0:03 ` Peter A. Bigot
2014-11-10 21:13 ` [RFC 09/14] ofono: " Peter A. Bigot
2014-11-10 21:13 ` [RFC 10/14] neard: switch to VIRTUAL-RUNTIME_bluez Peter A. Bigot
2014-11-10 21:13 ` [RFC 11/14] libpcap: switch to virtual/bluez Peter A. Bigot
2014-11-10 21:13 ` [RFC 12/14] connman: " Peter A. Bigot
2014-11-10 21:13 ` [RFC 13/14] bluez5: support experimental through PACKAGECONFIG Peter A. Bigot
2014-11-10 21:13 ` [RFC 14/14] bluez5: add a package for tools left in the build area Peter A. Bigot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141110232051.GF2440@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=pab@pabigot.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox