All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI
@ 2021-11-11 15:39 Anuj Mittal
  2021-11-11 16:27 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Anuj Mittal @ 2021-11-11 15:39 UTC (permalink / raw)
  To: openembedded-core

GLIBC_GIT_URI is used along with branch=${SRCBRANCH} so no need to add
it here.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 6dac7f0c7a..281df7ecda 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -3,6 +3,6 @@ PV = "2.34"
 SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
 SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
 
-GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;branch=master"
+GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
-- 
2.31.1



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

* Re: [OE-core] [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI
  2021-11-11 15:39 [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI Anuj Mittal
@ 2021-11-11 16:27 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-11-11 16:27 UTC (permalink / raw)
  To: Anuj Mittal; +Cc: Patches and discussions about the oe-core layer

On Thu, Nov 11, 2021 at 7:40 AM Anuj Mittal <anuj.mittal@intel.com> wrote:
>
> GLIBC_GIT_URI is used along with branch=${SRCBRANCH} so no need to add
> it here.

right, LGTM

>
> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
> ---
>  meta/recipes-core/glibc/glibc-version.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index 6dac7f0c7a..281df7ecda 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -3,6 +3,6 @@ PV = "2.34"
>  SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
>  SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
>
> -GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;branch=master"
> +GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
>
>  UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
> --
> 2.31.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#158190): https://lists.openembedded.org/g/openembedded-core/message/158190
> Mute This Topic: https://lists.openembedded.org/mt/86984642/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2021-11-11 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 15:39 [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI Anuj Mittal
2021-11-11 16:27 ` [OE-core] " Khem Raj

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.