diff options
author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:02:19 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-09-04 12:01:53 -0400 |
commit | f67e45668ee0459f03584f658d4237810420f3fd (patch) | |
tree | 578c425aca3286dfe3be30975b7ce4568b0e6ce2 | |
parent | 68354157744e108f7b64a88badac952091f21fd6 (diff) | |
download | meta-openembedded-f67e45668ee0459f03584f658d4237810420f3fd.tar.gz |
meta-oe-components: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches.
This change updates the real branch name in place of nobranch=1 for these components.
Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
8 files changed, 8 insertions, 8 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb index 501b27a544..7faa69c55c 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb | |||
@@ -33,7 +33,7 @@ RDEPENDS:${PN} = "gnome-keyring" | |||
33 | inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | 33 | inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
34 | 34 | ||
35 | SRC_URI = " \ | 35 | SRC_URI = " \ |
36 | git://github.com/GNOME/geary.git;nobranch=1;protocol=https \ | 36 | git://github.com/GNOME/geary.git;branch=main;protocol=https \ |
37 | file://0001-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch \ | 37 | file://0001-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch \ |
38 | file://0002-Fix-accessibility-issues-with-initializer-of-constan.patch \ | 38 | file://0002-Fix-accessibility-issues-with-initializer-of-constan.patch \ |
39 | " | 39 | " |
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb index 9f2ff51576..c7cd21b6bf 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https" | 7 | SRC_URI = "git://github.com/dugsong/libdnet.git;branch=master;protocol=https" |
8 | SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" | 8 | SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" |
9 | 9 | ||
10 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb index 7bca24cc0a..b59fc1bc95 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | |||
@@ -22,7 +22,7 @@ SRCREV_FORMAT = "rwmem_inih" | |||
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ | 24 | git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ |
25 | git://github.com/benhoyt/inih.git;protocol=https;name=inih;nobranch=1;destsuffix=git/ext/inih \ | 25 | git://github.com/benhoyt/inih.git;protocol=https;name=inih;branch=master;destsuffix=git/ext/inih \ |
26 | " | 26 | " |
27 | 27 | ||
28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb b/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb index cf33c69048..7f93f704e0 100644 --- a/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb +++ b/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" |
10 | 10 | ||
11 | # TODO: Pin upstream release (current v7.11.0-80-g419a757) | 11 | # TODO: Pin upstream release (current v7.11.0-80-g419a757) |
12 | SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;branch=master" |
13 | SRCREV = "419a757c23aaa67c676fe3a2196d64808fcf2254" | 13 | SRCREV = "419a757c23aaa67c676fe3a2196d64808fcf2254" |
14 | 14 | ||
15 | DEPENDS = "libxkbcommon lvgl wayland" | 15 | DEPENDS = "libxkbcommon lvgl wayland" |
diff --git a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb index 22b4826403..0049bbe237 100644 --- a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb | |||
@@ -8,7 +8,7 @@ DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lod | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;nobranch=1" | 11 | SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;branch=master" |
12 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" | 12 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb index ea74c59185..0021da01fb 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb | |||
@@ -8,7 +8,7 @@ SUMMARY = "Light and Versatile Graphics Library" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" | 9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" |
10 | 10 | ||
11 | SRC_URI = "gitsm://github.com/lvgl/lvgl;protocol=https;nobranch=1" | 11 | SRC_URI = "gitsm://github.com/lvgl/lvgl;protocol=https;branch=master" |
12 | SRCREV = "d38eb1e689fa5a64c25e677275172d9c8a4ab2f0" | 12 | SRCREV = "d38eb1e689fa5a64c25e677275172d9c8a4ab2f0" |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES = "wayland" | 14 | REQUIRED_DISTRO_FEATURES = "wayland" |
diff --git a/meta-oe/recipes-support/glog/glog_0.5.0.bb b/meta-oe/recipes-support/glog/glog_0.5.0.bb index 61581d96d7..f0b1293965 100644 --- a/meta-oe/recipes-support/glog/glog_0.5.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.5.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/google/glog.git;nobranch=1;protocol=https \ | 10 | git://github.com/google/glog.git;branch=master;protocol=https \ |
11 | file://libexecinfo.patch \ | 11 | file://libexecinfo.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.bb index c8e2167795..5169337f58 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
4 | HOMEPAGE = "https://www.msweet.org/mxml/" | 4 | HOMEPAGE = "https://www.msweet.org/mxml/" |
5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" |
8 | SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2" | 8 | SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||