All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-anaconda][PATCH] Update SRC_URI git default branch
@ 2022-01-21  6:10 changqing.li
  2022-02-08  2:40 ` [yocto] " Kai
  0 siblings, 1 reply; 2+ messages in thread
From: changqing.li @ 2022-01-21  6:10 UTC (permalink / raw)
  To: yocto

From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 recipes-installer/python3-dasbus/python3-dasbus_1.6.bb         | 2 +-
 recipes-installer/python3-productmd/python3-productmd_1.21.bb  | 2 +-
 recipes-installer/python3-simpleline/python3-simpleline_1.3.bb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb b/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
index c42ab52..5b87391 100644
--- a/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
+++ b/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI = "git://github.com/rhinstaller/dasbus.git;protocol=https;"
+SRC_URI = "git://github.com/rhinstaller/dasbus.git;protocol=https;branch=master"
 SRCREV = "63b22fe4a7b2f98739279b2a4c6107eebd8d5a58"
 
 S = "${WORKDIR}/git"
diff --git a/recipes-installer/python3-productmd/python3-productmd_1.21.bb b/recipes-installer/python3-productmd/python3-productmd_1.21.bb
index 98fd0de..8dcd434 100644
--- a/recipes-installer/python3-productmd/python3-productmd_1.21.bb
+++ b/recipes-installer/python3-productmd/python3-productmd_1.21.bb
@@ -6,7 +6,7 @@ SECTION = "devel"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=768997ba510a952bef1775c50bc22b00"
 
-SRC_URI = "git://github.com/release-engineering/productmd;protocol=https; \
+SRC_URI = "git://github.com/release-engineering/productmd;protocol=https;branch=master \
            file://add-wrlinux-version-pattern.patch \
            "
 SRCREV = "a8268944c8a6064697ccb4d24e52dc666ab03ed4"
diff --git a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
index dcf7e1d..651b9d0 100644
--- a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
+++ b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
@@ -6,7 +6,7 @@ SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f4f48e95324081879552f19cd16c54a"
 
-SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;"
+SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;branch=master"
 SRCREV = "1c21ffdeda9eed27e5ad8ec16aee467f8daecd50"
 S = "${WORKDIR}/git"
 inherit setuptools3
-- 
2.17.1



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

* Re: [yocto] [meta-anaconda][PATCH] Update SRC_URI git default branch
  2022-01-21  6:10 [meta-anaconda][PATCH] Update SRC_URI git default branch changqing.li
@ 2022-02-08  2:40 ` Kai
  0 siblings, 0 replies; 2+ messages in thread
From: Kai @ 2022-02-08  2:40 UTC (permalink / raw)
  To: Changqing Li, yocto

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

On 1/21/22 2:10 PM, Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>

Merged.

Thanks,
Kai

> ---
>   recipes-installer/python3-dasbus/python3-dasbus_1.6.bb         | 2 +-
>   recipes-installer/python3-productmd/python3-productmd_1.21.bb  | 2 +-
>   recipes-installer/python3-simpleline/python3-simpleline_1.3.bb | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb b/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
> index c42ab52..5b87391 100644
> --- a/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
> +++ b/recipes-installer/python3-dasbus/python3-dasbus_1.6.bb
> @@ -4,7 +4,7 @@ SECTION = "devel"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
>   
> -SRC_URI = "git://github.com/rhinstaller/dasbus.git;protocol=https;"
> +SRC_URI = "git://github.com/rhinstaller/dasbus.git;protocol=https;branch=master"
>   SRCREV = "63b22fe4a7b2f98739279b2a4c6107eebd8d5a58"
>   
>   S = "${WORKDIR}/git"
> diff --git a/recipes-installer/python3-productmd/python3-productmd_1.21.bb b/recipes-installer/python3-productmd/python3-productmd_1.21.bb
> index 98fd0de..8dcd434 100644
> --- a/recipes-installer/python3-productmd/python3-productmd_1.21.bb
> +++ b/recipes-installer/python3-productmd/python3-productmd_1.21.bb
> @@ -6,7 +6,7 @@ SECTION = "devel"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=768997ba510a952bef1775c50bc22b00"
>   
> -SRC_URI = "git://github.com/release-engineering/productmd;protocol=https; \
> +SRC_URI = "git://github.com/release-engineering/productmd;protocol=https;branch=master \
>              file://add-wrlinux-version-pattern.patch \
>              "
>   SRCREV = "a8268944c8a6064697ccb4d24e52dc666ab03ed4"
> diff --git a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
> index dcf7e1d..651b9d0 100644
> --- a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
> +++ b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
> @@ -6,7 +6,7 @@ SECTION = "devel"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=5f4f48e95324081879552f19cd16c54a"
>   
> -SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;"
> +SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;branch=master"
>   SRCREV = "1c21ffdeda9eed27e5ad8ec16aee467f8daecd50"
>   S = "${WORKDIR}/git"
>   inherit setuptools3
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#55937): https://lists.yoctoproject.org/g/yocto/message/55937
> Mute This Topic: https://lists.yoctoproject.org/mt/88578097/3616933
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [kai.kang@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

-- 
Kai Kang
Wind River Linux


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

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

end of thread, other threads:[~2022-02-08  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  6:10 [meta-anaconda][PATCH] Update SRC_URI git default branch changqing.li
2022-02-08  2:40 ` [yocto] " Kai

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.