From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] pinpoint: fix and update
Date: Mon, 24 Jun 2013 10:17:00 +0200 [thread overview]
Message-ID: <20130624081700.GL14021@jama> (raw)
In-Reply-To: <df55c6cbc892939729f0713513dc8dba6f5b9751.1371984424.git.paul.eggleton@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1993 bytes --]
On Sun, Jun 23, 2013 at 11:49:00AM +0100, Paul Eggleton wrote:
> * Fix for update and PN change of clutter in OE-Core
> * Fix SRC_URI
> * Use +git instead of +gitr in PV
isn't version going backwards because of that? I think so, you should
bump PE if you really hate +gitr so much.
We still have more +gitr then +git:
OE @ ~/meta-openembedded $ git grep 'gitr${SRCPV}' | wc -l
24
OE @ ~/meta-openembedded $ git grep 'git${SRCPV}' | wc -l
21
> * Update to latest upstream git revision
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
> index 4949570..7cb40c3 100644
> --- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
> +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
> @@ -7,14 +7,14 @@ LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
> file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
>
> -DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.8 clutter-gst-1.8"
> +DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.0 clutter-gst-1.0"
>
> inherit autotools gettext
>
> -SRC_URI = "git://git.gnome.org/browse/pinpoint;protocol=http"
> +SRC_URI = "git://git.gnome.org/pinpoint"
>
> -SRCREV = "5b22660f5b247023ca409403f1c2cc834d8ce632"
> -PV = "0.1.4+gitr${SRCPV}"
> +SRCREV = "80a056c57e819d0b75035424638813b0670830e1"
> +PV = "0.1.4+git${SRCPV}"
>
> S = "${WORKDIR}/git"
>
> --
> 1.8.1.2
>
> _______________________________________________
> 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 --]
next prev parent reply other threads:[~2013-06-24 8:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-23 10:48 [PATCH 0/2] Fixes for world build failures Paul Eggleton
2013-06-23 10:49 ` [PATCH 1/2] pinpoint: fix and update Paul Eggleton
2013-06-24 8:17 ` Martin Jansa [this message]
2013-06-24 8:41 ` Paul Eggleton
2013-06-23 10:49 ` [PATCH 2/2] clutter-box2d: fix for recent clutter changes in OE-Core Paul Eggleton
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=20130624081700.GL14021@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.