From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] utouch-mtview: Add missing dependency to libx11
Date: Thu, 31 Oct 2013 10:34:55 +0100 [thread overview]
Message-ID: <20131031093455.GG32015@jama> (raw)
In-Reply-To: <1383061563-7976-1-git-send-email-s.stirtzel@googlemail.com>
[-- Attachment #1: Type: text/plain, Size: 1594 bytes --]
On Tue, Oct 29, 2013 at 04:46:03PM +0100, Samuel Stirtzel wrote:
> Also added RDEPENDS to virtual/xserver since this program cannot be used without X
>
> Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
> ---
> .../recipes-support/utouch/utouch-mtview_git.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
> index 0f72479..973d509 100644
> --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
> +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
> @@ -10,7 +10,9 @@ inherit autotools
> SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
> SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
>
> -DEPENDS += "mtdev utouch-frame utouch-evemu"
> +DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
> +
> +RDEPENDS += "virtual/xserver"
1) it's RDEPENDS_${PN}
2) you cannot use virtual/foo for runtime dependencies - use
VIRTUAL-RUNTIME_foo (in this case it doesn't work well use XSERVER
variable or packagegroup-core-x11-xserver or just drop it and let
user to do the right thing - I think we have a lot of x11 apps without
this runtime dependency explicitly set).
>
> PV = "1.1.7+git${SRCPV}"
>
> --
> 1.7.9.5
>
> _______________________________________________
> 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: 205 bytes --]
prev parent reply other threads:[~2013-10-31 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 15:46 [meta-oe][PATCH] utouch-mtview: Add missing dependency to libx11 Samuel Stirtzel
2013-10-31 9:34 ` Martin Jansa [this message]
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=20131031093455.GG32015@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