Message ID | 20220121061039.19785-1-changqing.li@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-anaconda] Update SRC_URI git default branch | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- >
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