All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gst-player: include SRCPV in PV
@ 2016-09-09  5:57 Markus Lehtonen
  2016-09-09 10:51 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Lehtonen @ 2016-09-09  5:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
---
 meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index 00ad941..4f9aa84 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \
            file://gst-player.desktop"
 
 SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def"
+PV = "git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.6.6



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gst-player: include SRCPV in PV
  2016-09-09  5:57 [PATCH] gst-player: include SRCPV in PV Markus Lehtonen
@ 2016-09-09 10:51 ` Burton, Ross
  2016-09-12 10:09   ` Markus Lehtonen
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2016-09-09 10:51 UTC (permalink / raw)
  To: Markus Lehtonen; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

On 9 September 2016 at 06:57, Markus Lehtonen <
markus.lehtonen@linux.intel.com> wrote:

> +PV = "git${SRCPV}"
>

This breaks packaging for me, throwing interesting python exceptions.

gst-player has a version in configure.ac, so this should be
0.0.1+git${SRCPV} I guess.

Ross

[-- Attachment #2: Type: text/html, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gst-player: include SRCPV in PV
  2016-09-09 10:51 ` Burton, Ross
@ 2016-09-12 10:09   ` Markus Lehtonen
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Lehtonen @ 2016-09-12 10:09 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

On Fri, 2016-09-09 at 11:51 +0100, Burton, Ross wrote:
> 
> On 9 September 2016 at 06:57, Markus Lehtonen <
> markus.lehtonen@linux.intel.com> wrote:
> > +PV = "git${SRCPV}"
> > 
> This breaks packaging for me, throwing interesting python exceptions.
Hmm, strange. I didn't see anything like that. From what I can tell,
changing PV from "git" to "git${SRCPV}" shouldn't cause anything like that.
> gst-player has a version in configure.ac, so this should be
> 0.0.1+git${SRCPV} I guess.
That looks better, I'll send v2 soon.
Thanks,
  Markus

[-- Attachment #2: Type: text/html, Size: 1136 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-12 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-09  5:57 [PATCH] gst-player: include SRCPV in PV Markus Lehtonen
2016-09-09 10:51 ` Burton, Ross
2016-09-12 10:09   ` Markus Lehtonen

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.