All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dylan][PATCH 0/1] x264 SRCREV fix
@ 2014-06-09 16:24 Paul Eggleton
  2014-06-09 16:24 ` [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2014-06-09 16:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Benard

The following changes since commit 70ebe86f193decd17d6295bcd4d4e5589585c0cc:

  cloud9: update repository for sass.js (2014-04-20 15:52:43 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/x264-dylan
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/x264-dylan

Paul Eggleton (1):
  x264: fix SRCREV after upstream repository change

 meta-oe/recipes-multimedia/x264/x264_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.3



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

* [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change
  2014-06-09 16:24 [meta-oe][dylan][PATCH 0/1] x264 SRCREV fix Paul Eggleton
@ 2014-06-09 16:24 ` Paul Eggleton
  2014-07-30 11:28   ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2014-06-09 16:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Benard

The upstream x264 project has re-imported all of their old history,
meaning that all of the hashes have changed. Update SRCREV based on the
mapping list they have provided at:

  http://sprunge.us/dGOU

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-oe/recipes-multimedia/x264/x264_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb b/meta-oe/recipes-multimedia/x264/x264_git.bb
index c767ffd..4da24cc 100644
--- a/meta-oe/recipes-multimedia/x264/x264_git.bb
+++ b/meta-oe/recipes-multimedia/x264/x264_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "yasm-native"
 SRC_URI = "git://git.videolan.org/x264.git \
     file://don-t-default-to-cortex-a9-with-neon.patch \
 "
-SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"
+SRCREV = "bfed708c5358a2b4ef65923fb0683cefa9184e6f"
 
 PV = "r2230+git"
 
-- 
1.9.3



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

* Re: [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change
  2014-06-09 16:24 ` [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change Paul Eggleton
@ 2014-07-30 11:28   ` Paul Eggleton
  2014-07-31 18:01     ` Eric Bénard
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2014-07-30 11:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Benard

On Monday 09 June 2014 17:24:30 Paul Eggleton wrote:
> The upstream x264 project has re-imported all of their old history,
> meaning that all of the hashes have changed. Update SRCREV based on the
> mapping list they have provided at:
> 
>   http://sprunge.us/dGOU
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  meta-oe/recipes-multimedia/x264/x264_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb
> b/meta-oe/recipes-multimedia/x264/x264_git.bb index c767ffd..4da24cc 100644
> --- a/meta-oe/recipes-multimedia/x264/x264_git.bb
> +++ b/meta-oe/recipes-multimedia/x264/x264_git.bb
> @@ -11,7 +11,7 @@ DEPENDS = "yasm-native"
>  SRC_URI = "git://git.videolan.org/x264.git \
>      file://don-t-default-to-cortex-a9-with-neon.patch \
>  "
> -SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"
> +SRCREV = "bfed708c5358a2b4ef65923fb0683cefa9184e6f"
> 
>  PV = "r2230+git"

ping

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change
  2014-07-30 11:28   ` Paul Eggleton
@ 2014-07-31 18:01     ` Eric Bénard
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Bénard @ 2014-07-31 18:01 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

Hi Paul,

Le Wed, 30 Jul 2014 12:28:42 +0100,
Paul Eggleton <paul.eggleton@linux.intel.com> a écrit :

> 
> On Monday 09 June 2014 17:24:30 Paul Eggleton wrote:
> > The upstream x264 project has re-imported all of their old history,
> > meaning that all of the hashes have changed. Update SRCREV based on the
> > mapping list they have provided at:
> > 
> >   http://sprunge.us/dGOU
> > 
> > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > ---
> >  meta-oe/recipes-multimedia/x264/x264_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb
> > b/meta-oe/recipes-multimedia/x264/x264_git.bb index c767ffd..4da24cc 100644
> > --- a/meta-oe/recipes-multimedia/x264/x264_git.bb
> > +++ b/meta-oe/recipes-multimedia/x264/x264_git.bb
> > @@ -11,7 +11,7 @@ DEPENDS = "yasm-native"
> >  SRC_URI = "git://git.videolan.org/x264.git \
> >      file://don-t-default-to-cortex-a9-with-neon.patch \
> >  "
> > -SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"
> > +SRCREV = "bfed708c5358a2b4ef65923fb0683cefa9184e6f"
> > 
> >  PV = "r2230+git"
> 
> ping
> 

pushed, thanks and sorry for the delay

Eric


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

end of thread, other threads:[~2014-07-31 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 16:24 [meta-oe][dylan][PATCH 0/1] x264 SRCREV fix Paul Eggleton
2014-06-09 16:24 ` [meta-oe][dylan][PATCH 1/1] x264: fix SRCREV after upstream repository change Paul Eggleton
2014-07-30 11:28   ` Paul Eggleton
2014-07-31 18:01     ` Eric Bénard

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.