All of lore.kernel.org
 help / color / mirror / Atom feed
From: wenzong fan <wenzong.fan@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] gstreamer1.0-plugins-bad: disable uvch264 for systemd
Date: Sat, 14 Nov 2015 17:19:03 +0800	[thread overview]
Message-ID: <5646FC87.1020005@windriver.com> (raw)
In-Reply-To: <CA+chaQdbNP38CKVzf_O8y4o4MExSpddf5eB_EavXOB36J_p_tQ@mail.gmail.com>

On 11/14/2015 04:23 PM, Martin Jansa wrote:
> NAK, see
> http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112685.html

Hi Martin

Thanks for your reply.

If we build oe-core + systemd only (without meta-oe), it will fail with:

ERROR: Nothing PROVIDES 'libgudev' (but 
/path/to/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.5.bb 
DEPENDS on or otherwise requires it)
ERROR: udev PROVIDES libgudev but was skipped: 'systemd' in DISTRO_FEATURES
ERROR: Required build target 'gstreamer1.0-plugins-bad' has no buildable 
providers.
Missing or unbuildable dependency chain was: 
['gstreamer1.0-plugins-bad', 'libgudev']

We should not get oe-core depends on meta-oe, I incline to disable 
libgudev for systemd by default.

Does it make sense?

Thanks
Wenzong

>
> On Sat, Nov 14, 2015 at 7:21 AM, <wenzong.fan@windriver.com
> <mailto:wenzong.fan@windriver.com>> wrote:
>
>     From: Wenzong Fan <wenzong.fan@windriver.com
>     <mailto:wenzong.fan@windriver.com>>
>
>     Disable uvch264 to remove the dependency to libgudev which has been
>     removed from systemd project.
>
>     Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com
>     <mailto:wenzong.fan@windriver.com>>
>     ---
>       meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 3 ++-
>       1 file changed, 2 insertions(+), 1 deletion(-)
>
>     diff --git
>     a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
>     b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
>     index cdedb60..863925d 100644
>     --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
>     +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
>     @@ -20,7 +20,8 @@ PACKAGECONFIG ??= " \
>           ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland',
>     '', d)} \
>           ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez',
>     '', d)} \
>           ${@bb.utils.contains('DISTRO_FEATURES', 'directfb',
>     'directfb', '', d)} \
>     -    orc curl uvch264 neon sndfile \
>     +    ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '',
>     'uvch264', d)} \
>     +    orc curl neon sndfile \
>           hls sbc dash bz2 smoothstreaming \
>           "
>
>     --
>     1.9.1
>
>     --
>     _______________________________________________
>     Openembedded-core mailing list
>     Openembedded-core@lists.openembedded.org
>     <mailto:Openembedded-core@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


  reply	other threads:[~2015-11-14  9:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14  6:21 [PATCH] gstreamer1.0-plugins-bad: disable uvch264 for systemd wenzong.fan
2015-11-14  8:23 ` Martin Jansa
2015-11-14  9:19   ` wenzong fan [this message]
2015-11-14  9:49     ` Martin Jansa
2015-11-14 10:07       ` wenzong fan

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=5646FC87.1020005@windriver.com \
    --to=wenzong.fan@windriver.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 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.