Skip to content

Commit

Permalink
meta-oe-components: Avoid usage of nobranch=1
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
pramaniksouravkumar authored and kraj committed Sep 4, 2023
1 parent efc5896 commit 07dde0f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEPENDS = " \

RRECOMMENDS:${PN} = "gnuchess"

SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;nobranch=1"
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master"

inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inherit meson pkgconfig

EXTRA_OEMESON = "-Dupdate_cache=true"

SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;nobranch=1"
SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"

S = "${WORKDIR}/git"
SRCREV = "a35014104a226265e44fe30fcdb4df9305af3466"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inherit meson pkgconfig gsettings features_check

REQUIRED_DISTRO_FEATURES = "polkit"

SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1"
SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;branch=main"

S = "${WORKDIR}/git"
SRCREV = "89203bf3522556965fc225782d1a635afdac611e"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inherit gettext autotools pkgconfig gsettings features_check

REQUIRED_DISTRO_FEATURES = "polkit"

SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;nobranch=1"
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"

S = "${WORKDIR}/git"
SRCREV = "952005f6a7850a247d286f14838202f506b402b7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEPENDS = " \
inherit meson pkgconfig features_check
REQUIRED_DISTRO_FEATURES = "opengl wayland"

SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1 \
SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;branch=master \
file://0001-screencast-Fix-build-with-older-mesa.patch"

S = "${WORKDIR}/git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools p7zip libselinux goo
SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da"

SRC_URI = " \
git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;nobranch=1 \
git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=master \
"

# Patches copied from android-platform-tools/debian/patches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d"

inherit cargo cargo-update-recipe-crates

SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1"
SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;branch=main"

# musl not supported because the libc crate does not support functions like "endutxent" at the moment,
# so src/uucore/src/lib/features.rs disables utmpx when targetting musl.
Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = " \
gitsm://github.com/flatpak/flatpak;protocol=https;nobranch=1 \
gitsm://github.com/flatpak/flatpak;protocol=https;branch=main \
file://0001-flatpak-pc-add-pc_sysrootdir.patch \
"

Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/minio/minio_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \
cloud storage service (AWS Signature v2 and v4). \
"

SRC_URI = "git://github.com/minio/mc;nobranch=1;name=mc;protocol=https \
SRC_URI = "git://github.com/minio/mc;branch=master;name=mc;protocol=https \
file://modules.txt \
"

Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lod
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2"

SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;nobranch=1"
SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;branch=master"
SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a"

S = "${WORKDIR}/git"
Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-3.0 intltool-native"
inherit meson pkgconfig gtk-doc gobject-introspection vala useradd

SRCREV = "bbfb6289dedb88cb8155d9f6868787d5432e1f90"
SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;nobranch=1 \
SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master \
file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \
"

Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/glog/glog_0.6.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"

SRC_URI = " \
git://github.com/google/glog.git;nobranch=1;protocol=https \
git://github.com/google/glog.git;branch=master;protocol=https \
file://libexecinfo.patch \
file://0001-Change-SleepForMilliseconds-parameter-from-unsigned-.patch \
"
Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
HOMEPAGE = "https://www.msweet.org/mxml/"
BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"

SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https"
SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https"
SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2"
S = "${WORKDIR}/git"

Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/tio/tio_2.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DESCRIPTION = "tio is a simple serial device tool which features a \
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"

SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master"
SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 07dde0f

Please sign in to comment.