mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c902a85099
commit
3da59b8a8a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user