All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell] [PATCH 1/2] lz4: Use the new branch naming from upstream
@ 2020-12-09 19:21 Dan Murphy
  2020-12-09 19:21 ` [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3 Dan Murphy
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-12-09 19:21 UTC (permalink / raw)
  To: richard.purdie, openembedded-core; +Cc: Dan Murphy

From: Richard Purdie <richard.purdie@linuxfoundation.org>

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

[YOCTO #14135]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 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 6510156ed0c9..455d2a5141f0 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.29.2


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

end of thread, other threads:[~2020-12-10  0:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 19:21 [dunfell] [PATCH 1/2] lz4: Use the new branch naming from upstream Dan Murphy
2020-12-09 19:21 ` [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3 Dan Murphy
2020-12-09 19:55   ` [OE-core] " Steve Sakoman
2020-12-09 20:03     ` Dan Murphy
2020-12-09 20:23       ` Steve Sakoman
2020-12-09 20:49         ` Dan Murphy
2020-12-10  0:29           ` Steve Sakoman

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.