diff --git a/recipes-core/basu/basu_git.bb b/recipes-core/basu/basu_git.bb index b2f503d..7866fd9 100644 --- a/recipes-core/basu/basu_git.bb +++ b/recipes-core/basu/basu_git.bb @@ -4,7 +4,7 @@ SECTION = "base" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" -SRC_URI = "git://github.com/emersion/basu.git;protocol=https" +SRC_URI = "git://github.com/emersion/basu.git;protocol=https;branch=master" DEPENDS += "gperf-native libcap" diff --git a/recipes-core/seatd/seatd_git.bb b/recipes-core/seatd/seatd_git.bb index 04d2969..56d3920 100644 --- a/recipes-core/seatd/seatd_git.bb +++ b/recipes-core/seatd/seatd_git.bb @@ -6,7 +6,7 @@ SECTION = "libs" LICENSE = "BSD-0-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a" -SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https" +SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master" PACKAGECONFIG[systemd] = ",,systemd" PACKAGECONFIG[sysvinit] = ",,elogind" diff --git a/recipes-devtools/python/python-brotli_git.bb b/recipes-devtools/python/python-brotli_git.bb index 1e9522d..d4e41bc 100644 --- a/recipes-devtools/python/python-brotli_git.bb +++ b/recipes-devtools/python/python-brotli_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" inherit cmake setuptools3 SRC_URI = " \ - git://github.com/google/brotli.git;protocol=https \ + git://github.com/google/brotli.git;protocol=https;branch=master \ " PV = "1.0.9" diff --git a/recipes-devtools/python/python-i3ipc_git.bb b/recipes-devtools/python/python-i3ipc_git.bb index 7e21c8c..997a74a 100644 --- a/recipes-devtools/python/python-i3ipc_git.bb +++ b/recipes-devtools/python/python-i3ipc_git.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4" SRC_URI = " \ - git://github.com/altdesktop/i3ipc-python.git;protocol=https \ + git://github.com/altdesktop/i3ipc-python.git;protocol=https;branch=master \ " RDEPENDS:${PN} = " \ diff --git a/recipes-devtools/python/python-xlib.bb b/recipes-devtools/python/python-xlib.bb index e123eb7..8a71856 100644 --- a/recipes-devtools/python/python-xlib.bb +++ b/recipes-devtools/python/python-xlib.bb @@ -3,7 +3,7 @@ LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" SRC_URI = " \ - git://github.com/python-xlib/python-xlib.git;protocol=https \ + git://github.com/python-xlib/python-xlib.git;protocol=https;branch=master \ " DEPENDS = " \ diff --git a/recipes-extended/autotiling/autotiling-rs_git.bb b/recipes-extended/autotiling/autotiling-rs_git.bb index c253998..656c2fa 100644 --- a/recipes-extended/autotiling/autotiling-rs_git.bb +++ b/recipes-extended/autotiling/autotiling-rs_git.bb @@ -3,7 +3,7 @@ LICENSE = "WTFPL" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/WTFPL;md5=7993e3336259bdb618ad5a1afc872165" SRC_URI = " \ - git://github.com/ammgws/autotiling-rs.git;protocol=https \ + git://github.com/ammgws/autotiling-rs.git;protocol=https;branch=master \ crate://crates.io/clap/2.33.3 \ crate://crates.io/swayipc/2.7.2 \ crate://crates.io/bitflags/1.2.1 \ diff --git a/recipes-extended/autotiling/autotiling_git.bb b/recipes-extended/autotiling/autotiling_git.bb index 7e53f16..51defda 100644 --- a/recipes-extended/autotiling/autotiling_git.bb +++ b/recipes-extended/autotiling/autotiling_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = " \ - git://github.com/nwg-piotr/autotiling.git;protocol=https \ + git://github.com/nwg-piotr/autotiling.git;protocol=https;branch=master \ " DEPENDS = "python3-wheel-native" diff --git a/recipes-extended/date/date_git.bb b/recipes-extended/date/date_git.bb index 1c1265d..f16246c 100644 --- a/recipes-extended/date/date_git.bb +++ b/recipes-extended/date/date_git.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b5d973344b3c7bbf7535f0e6e002d017" SRC_URI = " \ - git://github.com/HowardHinnant/date.git;protocol=https \ + git://github.com/HowardHinnant/date.git;protocol=https;branch=master \ file://date.pc \ " diff --git a/recipes-extended/fcft/fcft_git.bb b/recipes-extended/fcft/fcft_git.bb index 254ee8e..4af0979 100644 --- a/recipes-extended/fcft/fcft_git.bb +++ b/recipes-extended/fcft/fcft_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://codeberg.org/dnkl/fcft.git;protocol=https \ + git://codeberg.org/dnkl/fcft.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-extended/font-awesome/font-awesome-otf_git.bb b/recipes-extended/font-awesome/font-awesome-otf_git.bb index 3499124..05ed5c7 100644 --- a/recipes-extended/font-awesome/font-awesome-otf_git.bb +++ b/recipes-extended/font-awesome/font-awesome-otf_git.bb @@ -7,7 +7,7 @@ LICENSE = "OFL-1.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e3494502db283e8891d4886fe445912" SRC_URI = " \ - git://github.com/FortAwesome/Font-Awesome.git;protocol=https \ + git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-extended/highway/highway_git.bb b/recipes-extended/highway/highway_git.bb index de01048..e679c17 100644 --- a/recipes-extended/highway/highway_git.bb +++ b/recipes-extended/highway/highway_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" inherit cmake SRC_URI = " \ - git://github.com/google/highway.git;protocol=https \ + git://github.com/google/highway.git;protocol=https;branch=master \ " PV = "0.14.2" diff --git a/recipes-extended/inih/inih_git.bb b/recipes-extended/inih/inih_git.bb index 21be2ac..2aaa784 100644 --- a/recipes-extended/inih/inih_git.bb +++ b/recipes-extended/inih/inih_git.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202" -SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https" +SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "53" diff --git a/recipes-extended/libwmf/libwmf_%.bbappend b/recipes-extended/libwmf/libwmf_%.bbappend deleted file mode 100644 index cbf2264..0000000 --- a/recipes-extended/libwmf/libwmf_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -DEPENDS:remove = "gtk+" -DEPENDS:append = " gtk+3" - diff --git a/recipes-extended/light/light_git.bb b/recipes-extended/light/light_git.bb index 9f3d609..565625d 100644 --- a/recipes-extended/light/light_git.bb +++ b/recipes-extended/light/light_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = " \ - git://github.com/haikarainen/light.git \ + git://github.com/haikarainen/light.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-extended/scdoc/scdoc_git.bb b/recipes-extended/scdoc/scdoc_git.bb index 33bb174..5d04c7d 100644 --- a/recipes-extended/scdoc/scdoc_git.bb +++ b/recipes-extended/scdoc/scdoc_git.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d" SRC_URI = " \ - git://github.com/ddevault/scdoc.git;protocol=https \ + git://github.com/ddevault/scdoc.git;protocol=https;branch=master \ " DEPENDS = "scdoc-native" diff --git a/recipes-extended/tllist/tllist_git.bb b/recipes-extended/tllist/tllist_git.bb index f06ad87..83862c0 100644 --- a/recipes-extended/tllist/tllist_git.bb +++ b/recipes-extended/tllist/tllist_git.bb @@ -7,7 +7,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798" SRC_URI = " \ - git://codeberg.org/dnkl/tllist.git;protocol=https \ + git://codeberg.org/dnkl/tllist.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-extended/utf8proc/utf8proc_git.bb b/recipes-extended/utf8proc/utf8proc_git.bb index b3e441a..78e19dc 100644 --- a/recipes-extended/utf8proc/utf8proc_git.bb +++ b/recipes-extended/utf8proc/utf8proc_git.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=97fe1c51de5d175e7564531e7955381d" SRC_URI = " \ - git://github.com/JuliaStrings/utf8proc.git;protocol=https \ + git://github.com/JuliaStrings/utf8proc.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-graphics/wayland/waylandpp_0.2.8.bb b/recipes-graphics/wayland/waylandpp_0.2.8.bb index efcef80..d8fbbab 100644 --- a/recipes-graphics/wayland/waylandpp_0.2.8.bb +++ b/recipes-graphics/wayland/waylandpp_0.2.8.bb @@ -2,7 +2,7 @@ SUMMARY = " C++ binding for Wayland using the most modern C++ technology" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7f6b13e4480850c59e176edd427d996e" -SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV}" +SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV};protocol=https;branch=master" DEPENDS:append:class-native = " pugixml-native" DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl" @@ -10,7 +10,7 @@ DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl" S = "${WORKDIR}/git" PV = "0.2.8" -inherit cmake +inherit cmake pkgconfig EXTRA_OECMAKE:append:class-native = " \ diff --git a/recipes-gtk/gtk-layer-shell/gtk-layer-shell_git.bb b/recipes-gtk/gtk-layer-shell/gtk-layer-shell_git.bb index e42581b..a15e612 100644 --- a/recipes-gtk/gtk-layer-shell/gtk-layer-shell_git.bb +++ b/recipes-gtk/gtk-layer-shell/gtk-layer-shell_git.bb @@ -14,7 +14,7 @@ DEPENDS += " \ wayland-native \ " -SRC_URI = "git://github.com/wmww/gtk-layer-shell.git;protocol=https" +SRC_URI = "git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "0.6.0+${SRCREV}" diff --git a/recipes-gtk/nwg-shell/azote_git.bb b/recipes-gtk/nwg-shell/azote_git.bb index c7a1a63..7dcf4d3 100644 --- a/recipes-gtk/nwg-shell/azote_git.bb +++ b/recipes-gtk/nwg-shell/azote_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = " \ - git://github.com/nwg-piotr/azote.git;protocol=https \ + git://github.com/nwg-piotr/azote.git;protocol=https;branch=master \ " RDEPENDS:${PN} = " \ diff --git a/recipes-gtk/nwg-shell/gopsuinfo_git.bb b/recipes-gtk/nwg-shell/gopsuinfo_git.bb index 4761357..668d39a 100644 --- a/recipes-gtk/nwg-shell/gopsuinfo_git.bb +++ b/recipes-gtk/nwg-shell/gopsuinfo_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=22ed6cb3c33862e689e075b4 GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git" -SRC_URI = "git://${GO_IMPORT};branch=main" +SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https" SRCREV = "838b4893f48924bb03f5124701754836562d090a" diff --git a/recipes-gtk/nwg-shell/nwg-bar_git.bb b/recipes-gtk/nwg-shell/nwg-bar_git.bb index 8b181c7..4fb3981 100644 --- a/recipes-gtk/nwg-shell/nwg-bar_git.bb +++ b/recipes-gtk/nwg-shell/nwg-bar_git.bb @@ -10,7 +10,7 @@ DEPENDS = " \ GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git" -SRC_URI = "git://${GO_IMPORT};nobranch=1" +SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" PV = "0.0.1" SRCREV = "v${PV}" diff --git a/recipes-gtk/nwg-shell/nwg-dock_git.bb b/recipes-gtk/nwg-shell/nwg-dock_git.bb index abaeca3..a5d846f 100644 --- a/recipes-gtk/nwg-shell/nwg-dock_git.bb +++ b/recipes-gtk/nwg-shell/nwg-dock_git.bb @@ -9,7 +9,7 @@ DEPENDS = " \ GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git" -SRC_URI = "git://${GO_IMPORT};nobranch=1" +SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" PV = "0.2.0" SRCREV = "v${PV}" diff --git a/recipes-gtk/nwg-shell/nwg-drawer_git.bb b/recipes-gtk/nwg-shell/nwg-drawer_git.bb index a4b3735..4315400 100644 --- a/recipes-gtk/nwg-shell/nwg-drawer_git.bb +++ b/recipes-gtk/nwg-shell/nwg-drawer_git.bb @@ -14,7 +14,7 @@ RRECOMMENDS:${PN} = " \ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git" -SRC_URI = "git://${GO_IMPORT};nobranch=1" +SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" PV = "0.2.1" SRCREV = "v${PV}" diff --git a/recipes-gtk/nwg-shell/nwg-launchers_git.bb b/recipes-gtk/nwg-shell/nwg-launchers_git.bb index 06b2238..3c543d2 100644 --- a/recipes-gtk/nwg-shell/nwg-launchers_git.bb +++ b/recipes-gtk/nwg-shell/nwg-launchers_git.bb @@ -25,7 +25,7 @@ PACKAGECONFIG ?= " \ " SRC_URI = " \ - git://github.com/nwg-piotr/nwg-launchers.git;protocol=https \ + git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \ " SRCREV = "v${PV}" PV = "0.6.3" diff --git a/recipes-gtk/nwg-shell/nwg-menu_git.bb b/recipes-gtk/nwg-shell/nwg-menu_git.bb index ac0f619..720cd25 100644 --- a/recipes-gtk/nwg-shell/nwg-menu_git.bb +++ b/recipes-gtk/nwg-shell/nwg-menu_git.bb @@ -16,7 +16,7 @@ RRECOMMENDS:${PN} = " \ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git" -SRC_URI = "git://${GO_IMPORT};nobranch=1" +SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" PV = "0.1.1" SRCREV = "v${PV}" diff --git a/recipes-gtk/nwg-shell/nwg-panel_git.bb b/recipes-gtk/nwg-shell/nwg-panel_git.bb index 1d9e766..37598b9 100644 --- a/recipes-gtk/nwg-shell/nwg-panel_git.bb +++ b/recipes-gtk/nwg-shell/nwg-panel_git.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530" SRC_URI = " \ - git://github.com/nwg-piotr/nwg-panel.git;protocol=https \ + git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \ " RDEPENDS:${PN} = "\ diff --git a/recipes-gtk/nwg-shell/nwg-wrapper_git.bb b/recipes-gtk/nwg-shell/nwg-wrapper_git.bb index e175a66..f68352f 100644 --- a/recipes-gtk/nwg-shell/nwg-wrapper_git.bb +++ b/recipes-gtk/nwg-shell/nwg-wrapper_git.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530" SRC_URI = " \ - git://github.com/nwg-piotr/nwg-wrapper.git;protocol=https \ + git://github.com/nwg-piotr/nwg-wrapper.git;protocol=https;branch=master \ " DEPENDS = "python3" diff --git a/recipes-gtk/srain/srain_git.bb b/recipes-gtk/srain/srain_git.bb index a2ba524..7985b2f 100644 --- a/recipes-gtk/srain/srain_git.bb +++ b/recipes-gtk/srain/srain_git.bb @@ -16,12 +16,12 @@ DEPENDS = " \ libsecret \ " -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" +GIR_MESON_OPTION = "" inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection SRC_URI = " \ - git://github.com/SrainApp/srain.git;protocol=https \ + git://github.com/SrainApp/srain.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-gtk/waybar/waybar_git.bb b/recipes-gtk/waybar/waybar_git.bb index 481fce1..863969e 100644 --- a/recipes-gtk/waybar/waybar_git.bb +++ b/recipes-gtk/waybar/waybar_git.bb @@ -49,7 +49,7 @@ RRECOMMENDS:${PN} += " \ font-awesome-otf \ " -SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https" +SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "0.9.8+${SRCREV}" diff --git a/recipes-support/asciinema/asciinema_git.bb b/recipes-support/asciinema/asciinema_git.bb index fae5279..6bae1d0 100644 --- a/recipes-support/asciinema/asciinema_git.bb +++ b/recipes-support/asciinema/asciinema_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = " \ - git://github.com/asciinema/asciinema.git;protocol=https \ + git://github.com/asciinema/asciinema.git;protocol=https;branch=master \ " RDEPENDS:${PN} = " \ diff --git a/recipes-support/dmenu/dmenu-wayland_git.bb b/recipes-support/dmenu/dmenu-wayland_git.bb index c6f537d..4dc00f7 100644 --- a/recipes-support/dmenu/dmenu-wayland_git.bb +++ b/recipes-support/dmenu/dmenu-wayland_git.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c1b51aaede0be292f946ef75b6759e6c" -SRC_URI = "git://github.com/nyyManni/dmenu-wayland.git;protocol=https \ +SRC_URI = "git://github.com/nyyManni/dmenu-wayland.git;protocol=https;branch=master \ " DEPENDS = " \ diff --git a/recipes-support/grim/grim_git.bb b/recipes-support/grim/grim_git.bb index 144b1f9..28cf553 100644 --- a/recipes-support/grim/grim_git.bb +++ b/recipes-support/grim/grim_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ wayland-protocols \ " -SRC_URI = "git://github.com/emersion/grim.git;protocol=https" +SRC_URI = "git://github.com/emersion/grim.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "1.3.2" diff --git a/recipes-support/imv/imv_git.bb b/recipes-support/imv/imv_git.bb index 8c5c4d7..f04aa56 100644 --- a/recipes-support/imv/imv_git.bb +++ b/recipes-support/imv/imv_git.bb @@ -35,7 +35,7 @@ PACKAGECONFIG ?= " \ rsvg \ " -SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https" +SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "4.3.0" diff --git a/recipes-support/mako/mako_git.bb b/recipes-support/mako/mako_git.bb index 08b569f..2088edb 100644 --- a/recipes-support/mako/mako_git.bb +++ b/recipes-support/mako/mako_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1" REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = " \ - git://github.com/emersion/mako.git;protocol=https \ + git://github.com/emersion/mako.git;protocol=https;branch=master \ file://0001-meson.build-fix-scdoc-not-to-be-found.patch \ " diff --git a/recipes-support/slurp/slurp_git.bb b/recipes-support/slurp/slurp_git.bb index ad0a3aa..ff1d4c2 100644 --- a/recipes-support/slurp/slurp_git.bb +++ b/recipes-support/slurp/slurp_git.bb @@ -19,7 +19,7 @@ DEPENDS += " \ wayland-protocols \ " -SRC_URI = "git://github.com/emersion/slurp.git;protocol=https" +SRC_URI = "git://github.com/emersion/slurp.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "1.3.2" diff --git a/recipes-support/swaybg/swaybg_git.bb b/recipes-support/swaybg/swaybg_git.bb index d2c8258..3eb19e6 100644 --- a/recipes-support/swaybg/swaybg_git.bb +++ b/recipes-support/swaybg/swaybg_git.bb @@ -17,7 +17,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://github.com/swaywm/swaybg.git;protocol=https \ + git://github.com/swaywm/swaybg.git;protocol=https;branch=master \ " # Reproducibility issue. Fix me! diff --git a/recipes-support/swayidle/swayidle_git.bb b/recipes-support/swayidle/swayidle_git.bb index f9b5c55..1dc6c9d 100644 --- a/recipes-support/swayidle/swayidle_git.bb +++ b/recipes-support/swayidle/swayidle_git.bb @@ -15,7 +15,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://github.com/swaywm/swayidle.git;protocol=https \ + git://github.com/swaywm/swayidle.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-support/swaylock/swaylock_git.bb b/recipes-support/swaylock/swaylock_git.bb index a7c7401..8f727e5 100644 --- a/recipes-support/swaylock/swaylock_git.bb +++ b/recipes-support/swaylock/swaylock_git.bb @@ -17,7 +17,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://github.com/swaywm/swaylock.git;protocol=https \ + git://github.com/swaywm/swaylock.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-support/virtboard/virtboard_git.bb b/recipes-support/virtboard/virtboard_git.bb index 9c8c61a..b4b8672 100644 --- a/recipes-support/virtboard/virtboard_git.bb +++ b/recipes-support/virtboard/virtboard_git.bb @@ -18,7 +18,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://source.puri.sm/Librem5/virtboard.git;protocol=https \ + git://source.puri.sm/Librem5/virtboard.git;protocol=https;branch=master \ " inherit meson pkgconfig gtk-icon-cache features_check diff --git a/recipes-support/wf-recorder/wf-recorder_git.bb b/recipes-support/wf-recorder/wf-recorder_git.bb index 0682076..692a973 100644 --- a/recipes-support/wf-recorder/wf-recorder_git.bb +++ b/recipes-support/wf-recorder/wf-recorder_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = " \ - git://github.com/ammen99/wf-recorder.git;protocol=https \ + git://github.com/ammen99/wf-recorder.git;protocol=https;branch=master \ " SRCREV = "2a901365571de8b86a7eaf95fe9d0cd5a5645579" diff --git a/recipes-support/wl-clipboard/wl-clipboard_git.bb b/recipes-support/wl-clipboard/wl-clipboard_git.bb index 59ab44e..bd9a1b4 100644 --- a/recipes-support/wl-clipboard/wl-clipboard_git.bb +++ b/recipes-support/wl-clipboard/wl-clipboard_git.bb @@ -15,7 +15,7 @@ DEPENDS += " \ wayland-protocols \ " -SRC_URI = "git://github.com/bugaevc/wl-clipboard.git;protocol=https" +SRC_URI = "git://github.com/bugaevc/wl-clipboard.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "2.0+${SRCREV}" diff --git a/recipes-support/wlsunset/wlsunset_git.bb b/recipes-support/wlsunset/wlsunset_git.bb index 22a66b3..eb3a65c 100644 --- a/recipes-support/wlsunset/wlsunset_git.bb +++ b/recipes-support/wlsunset/wlsunset_git.bb @@ -14,7 +14,7 @@ DEPENDS += " \ wayland-protocols \ " -SRC_URI = "git://github.com/kennylevinsen/wlsunset.git;protocol=https" +SRC_URI = "git://github.com/kennylevinsen/wlsunset.git;protocol=https;branch=master" PACKAGECONFIG[man-pages] = ",,scdoc-native"