From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] omgps: add libcap dependency
Date: Tue, 3 Sep 2013 19:58:30 +0200 [thread overview]
Message-ID: <20130903175830.GE3553@jama> (raw)
In-Reply-To: <1377268912-8340-1-git-send-email-eren@hambedded.org>
[-- Attachment #1: Type: text/plain, Size: 1431 bytes --]
On Fri, Aug 23, 2013 at 05:41:52PM +0300, Eren Türkay wrote:
> http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html
>
> Omgps links against libcap without checking the library. If it cannot
> find it as in the minimal build, it emits an error in the linking stage.
> Add the dependency explicitly.
Applied, thanks!
>
> Signed-off-by: Eren Türkay <eren@hambedded.org>
> ---
> meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
> index 1a79df4..625377d 100644
> --- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
> +++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://omgps.googlecode.com"
> SECTION = "openmoko/applications"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> -DEPENDS = "gtk+ python-pygobject dbus-glib"
> +DEPENDS = "gtk+ python-pygobject dbus-glib libcap"
> SRCREV = "109"
> PV = "0.1+svnr${SRCPV}"
> PR = "r2"
> --
> 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-09-03 17:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-23 14:41 [meta-oe][PATCH] omgps: add libcap dependency Eren Türkay
2013-09-03 17:58 ` 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=20130903175830.GE3553@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 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.