From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-oe 06/15] tumbler: fix build deps QA warnings
Date: Fri, 10 Oct 2014 12:36:06 +0200 [thread overview]
Message-ID: <20141010103606.GK12322@jama> (raw)
In-Reply-To: <1412151555-19865-7-git-send-email-schnitzeltony@googlemail.com>
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
On Wed, Oct 01, 2014 at 10:19:06AM +0200, Andreas Müller wrote:
> WARNING: QA Issue: tumbler rdepends on libxml2, but it isn't a build dependency? [build-deps]
> WARNING: QA Issue: tumbler rdepends on libgsf, but it isn't a build dependency? [build-deps]
> WARNING: QA Issue: tumbler rdepends on libbz2, but it isn't a build dependency? [build-deps]
Looks like 2 more were missed, can you please check & fix?
tumbler-0.1.30: tumbler rdepends on gstreamer1.0, but it isn't a build dependency? [build-deps]
tumbler-0.1.30: tumbler rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps]
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
> index 8651d00..9f361e9 100644
> --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
> +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
> @@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
> SECTION = "x11/libs"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native"
> +DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf"
>
> inherit xfce gtk-doc
>
> --
> 1.8.3.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
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-10-10 10:34 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 8:19 [PATCH][meta-oe 00/15] unblacklist & updates Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 01/15] faenza-icon-theme: initial add 1.3 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 02/15] libsecret: initial add 0.18 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 03/15] networkmanager update to 0.9.8.10 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 04/15] network-manager-applet: " Andreas Müller
2014-10-03 20:04 ` Martin Jansa
2014-10-03 20:10 ` Martin Jansa
2014-10-06 8:32 ` [OE-core] " Andreas Müller
2014-10-06 15:23 ` Martin Jansa
2014-10-07 6:41 ` Andreas Müller
2014-10-08 9:46 ` Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 05/15] tumbler: update to 0.1.30 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 06/15] tumbler: fix build deps QA warnings Andreas Müller
2014-10-10 10:36 ` Martin Jansa [this message]
2014-10-01 8:19 ` [PATCH][meta-oe 07/15] ristretto: don't blacklist - tumbler is up again Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 08/15] xfce4-power-manager: don't blacklist - networkmanager " Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 09/15] packagegroup-xfce-extended: don't blacklist - xfce4-power-manager " Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 10/15] xfce4-taskmanager: update to 1.0.1 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 11/15] polkit: update to 0.112 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 12/15] poppler: update to 0.26.5 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 13/15] xfce4-whiskermenu-plugin: initial add 1.3.2 Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 14/15] packagegroup-xfce-extended: add xfce4-whiskermenu-plugin Andreas Müller
2014-10-01 8:19 ` [PATCH][meta-oe 15/15] bash-completion: resolve sysroot conflicts for util-linux and networkmanager Andreas Müller
2014-10-03 2:21 ` Martin Jansa
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=20141010103606.GK12322@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox