All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lz4: Use the new branch naming from upstream
@ 2020-11-30 13:47 Richard Purdie
  2020-11-30 13:51 ` [OE-core] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2020-11-30 13:47 UTC (permalink / raw)
  To: openembedded-core

Upstream renamed master -> dev, update SRC_URI to match.

[YOCTO #14135]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb
index 6510156ed0c..455d2a5141f 100644
--- a/meta/recipes-support/lz4/lz4_1.9.2.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.2.bb
@@ -11,7 +11,7 @@ PE = "1"
 
 SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
 
-SRC_URI = "git://github.com/lz4/lz4.git \
+SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
            file://run-ptest \
            "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.25.1


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

* Re: [OE-core] [PATCH] lz4: Use the new branch naming from upstream
  2020-11-30 13:47 [PATCH] lz4: Use the new branch naming from upstream Richard Purdie
@ 2020-11-30 13:51 ` Quentin Schulz
  2020-11-30 14:00   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2020-11-30 13:51 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Hi Richard,

On Mon, Nov 30, 2020 at 01:47:03PM +0000, Richard Purdie wrote:
> Upstream renamed master -> dev, update SRC_URI to match.
> 

Wondering if "release" branch does not make more sense?

Quentin

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

* Re: [OE-core] [PATCH] lz4: Use the new branch naming from upstream
  2020-11-30 13:51 ` [OE-core] " Quentin Schulz
@ 2020-11-30 14:00   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2020-11-30 14:00 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: openembedded-core

On Mon, 2020-11-30 at 14:51 +0100, Quentin Schulz wrote:
> Hi Richard,
> 
> On Mon, Nov 30, 2020 at 01:47:03PM +0000, Richard Purdie wrote:
> > Upstream renamed master -> dev, update SRC_URI to match.
> > 
> 
> Wondering if "release" branch does not make more sense?

Good question. Dev had the revision we're using in so I didn't look
further. In practise I'm not sure it matters too much...

Cheers,

Richard


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

end of thread, other threads:[~2020-11-30 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 13:47 [PATCH] lz4: Use the new branch naming from upstream Richard Purdie
2020-11-30 13:51 ` [OE-core] " Quentin Schulz
2020-11-30 14:00   ` Richard Purdie

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.