mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7889158dcd
commit
59bff77ad0
|
|
@ -11,7 +11,7 @@ LICENSE = "GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02"
|
||||
DEPENDS = "zlib"
|
||||
|
||||
SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git \
|
||||
SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git;branch=master;protocol=https \
|
||||
file://0001-Add-LDFLAGS-to-linker-cmdline.patch \
|
||||
file://0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch \
|
||||
file://0001-include-sys-sysmacros.h-for-major-minor-definition.patch \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628b867016631792781a8735a04760e5 \
|
|||
DEPENDS = "fuse virtual/libusb0"
|
||||
# v3.2p3
|
||||
SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47"
|
||||
SRC_URI = "git://github.com/owfs/owfs \
|
||||
SRC_URI = "git://github.com/owfs/owfs;branch=master;protocol=https \
|
||||
file://0001-Add-build-rule-for-README.patch \
|
||||
file://owhttpd \
|
||||
file://owserver \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LICENSE = "GPLv2"
|
|||
DEPENDS = "glib-2.0 fuse3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/libfuse/sshfs"
|
||||
SRC_URI = "git://github.com/libfuse/sshfs;branch=master;protocol=https"
|
||||
SRCREV = "a7e1038203c856cc7e052d439d1da49fe131339f"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8a
|
|||
file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master \
|
||||
SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master;protocol=https \
|
||||
file://0001-support-cross-compiling.patch \
|
||||
"
|
||||
SRCREV = "8d732962423c3ca5be1f14b7ec139ff464e10a51"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DEPENDS = "util-linux"
|
|||
|
||||
# v1.13.0
|
||||
SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
|
||||
file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/Gregwar/fatcat"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f"
|
||||
|
||||
SRC_URI = "git://github.com/Gregwar/fatcat.git \
|
||||
SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \
|
||||
file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ SECTION = "console/tools"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
|
||||
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master"
|
||||
SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
|
||||
|
||||
PV = "1.0.2-11"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ BRANCH ?= "dev"
|
|||
|
||||
SRCREV = "a3cf93b66f4606a46354cf884d24aa966661f848"
|
||||
|
||||
SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=git;branch=${BRANCH} \
|
||||
SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH} \
|
||||
file://0001-Replace-u_intXX_t-with-kernel-typedefs.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
|
|||
inherit meson gobject-introspection
|
||||
|
||||
SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
|
||||
SRC_URI = "git://github.com/gnome/libchamplain.git"
|
||||
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ PV = "1.5.22"
|
|||
DEPENDS = "unicode-ucd"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/ibus/ibus.git \
|
||||
git://github.com/ibus/ibus.git;branch=master;protocol=https \
|
||||
file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
|
||||
"
|
||||
SRCREV = "e3262f08b9e3efc57808700823b0622ec03a1b5f"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ B = "${S}"
|
|||
|
||||
SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
|
||||
PV = "3.0+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
|
||||
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "gtk+"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "A library full of GTK+ widgets for mobile phones"
|
|||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"
|
||||
SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https;branch=master"
|
||||
SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0.12"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2750797da77c1d784e7626b3f7d7ff3e"
|
|||
DEPENDS_class-target = "${BPN}-native"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/snowballstem/snowball.git \
|
||||
git://github.com/snowballstem/snowball.git;branch=master;protocol=https \
|
||||
file://0001-Build-so-lib.patch \
|
||||
file://0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ DEPENDS = " \
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/linuxwacom/libwacom.git"
|
||||
SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
|
||||
SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LICENSE = "GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PV = "0.6+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
|
||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https"
|
||||
SRC_URI_append_libc-klibc = " file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch "
|
||||
|
||||
SRCREV = "5a5e04be206140059f42ac786d424da1afaa04b6"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ PV = "049"
|
|||
|
||||
# v048 tag
|
||||
SRCREV = "225e4b94cbdb702cf512490dcd2ad9ca5f5b22c1"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http;branch=master \
|
||||
file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \
|
||||
file://0001-dracut.sh-improve-udevdir.patch \
|
||||
file://0001-set-viriable-_drv-not-local.patch \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ DEPENDS_append_libc-musl = " libexecinfo"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23"
|
||||
SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \
|
||||
SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=master \
|
||||
file://grubby-rename-grub2-editenv-to-grub-editenv.patch \
|
||||
file://run-ptest \
|
||||
file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ DEPENDS_append_libc-musl = " libexecinfo"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201"
|
||||
SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \
|
||||
SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=master \
|
||||
file://grubby-rename-grub2-editenv-to-grub-editenv.patch \
|
||||
file://run-ptest \
|
||||
file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
|||
inherit autotools pkgconfig klibc
|
||||
|
||||
SRCREV = "64f61a9dc71b158c7084006cbce4ea23886f0b47"
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git \
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
|
||||
file://0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch \
|
||||
file://0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch \
|
||||
file://0003-Makefile.am-only-build-ubi-utils.patch \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ DEPENDS = "zlib xz"
|
|||
|
||||
inherit klibc autotools
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git;branch=master"
|
||||
SRCREV = "5750980cdbbc33ef75bfba6660295b932376ce15"
|
||||
|
||||
BUILD_PATCHES = "file://0001-force-static-build.patch \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
|
|||
PV = "1.8.4+git${SRCPV}"
|
||||
# release-1.8.4
|
||||
SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
|
||||
SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https \
|
||||
SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https;branch=master \
|
||||
file://CVE-2020-13848.patch"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib
|
|||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
||||
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git \
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \
|
||||
file://0001-adjust-for-64bit-time_t.patch \
|
||||
file://0001-allocate-space-for-buf-on-heap.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1"
|
|||
LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158"
|
||||
SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https \
|
||||
SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \
|
||||
file://0001-define-BASELIB-make-variable.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
|||
|
||||
DEPENDS = "glib-2.0 dbus dleyna-core"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 gupnp"
|
|||
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
|||
DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core"
|
||||
RDEPENDS_${PN} = "dleyna-connector-dbus"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git \
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https \
|
||||
file://0001-add-gupnp-1.2-API-support.patch \
|
||||
"
|
||||
SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-c
|
|||
RDEPENDS_${PN} = "dleyna-connector-dbus"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LICENSE = "Fraunhofer_FDK_AAC_Codec_Library_for_Android"
|
|||
LICENSE_FLAGS = "commercial"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875"
|
||||
|
||||
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=git;branch=master"
|
||||
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master"
|
||||
SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
|
|||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
||||
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
|
||||
SRCREV = "19a20eb8526465fdf940b740b13462d71e190a1a"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.1.3"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Description = "Gerbera - An UPnP media server"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
||||
|
||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \
|
||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
PV = "1.3.2"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50"
|
|||
SRCREV_FORMAT = "base_common"
|
||||
SRC_URI = " \
|
||||
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common; \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
|
|||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://linuxtv.org/libcamera.git;protocol=git \
|
||||
git://linuxtv.org/libcamera.git;protocol=git;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "a8be6e94e79f602d543a15afd44ef60e378b138f"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026"
|
||||
|
||||
SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \
|
||||
SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=master \
|
||||
file://libdvbcsa.pc \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92
|
|||
PV = "1.10+git${SRCPV}"
|
||||
|
||||
SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=416ef1ca5167707fe381d7be33664a33"
|
|||
DEPENDS = "curl-native icu"
|
||||
|
||||
SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16"
|
||||
SRC_URI = "git://github.com/MycroftAI/mimic.git"
|
||||
SRC_URI = "git://github.com/MycroftAI/mimic.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ DEPENDS = "expat libxml2 libxml2-native neon neon-native"
|
|||
PV = "5.1.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"
|
||||
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \
|
||||
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https \
|
||||
file://allow-libdir-override.patch "
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
|
|||
inherit meson
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/libmpdclient \
|
||||
git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ DEPENDS += " \
|
|||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/mpc \
|
||||
git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ DEPENDS += " \
|
|||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \
|
||||
git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x;protocol=https \
|
||||
file://mpd.conf.in \
|
||||
file://0001-StringBuffer-Include-cstddef-for-size_t.patch \
|
||||
file://0002-Include-stdexcept-for-runtime_error.patch \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false"
|
|||
PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/ncmpc \
|
||||
git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "79cf9905355f25bc5cc6d5a05d2846d75342f554"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6"
|
||||
|
||||
SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc"
|
||||
SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \
|
||||
SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=https \
|
||||
file://0001-Remove-python-venv.patch \
|
||||
file://0002-dev_setup.sh-Remove-the-git-dependency.patch \
|
||||
file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ inherit cmake pkgconfig
|
|||
|
||||
# openal-soft-1.19.1
|
||||
SRCREV = "6761218e51699f46bf25c377e65b3e9ea5e434b9"
|
||||
SRC_URI = "git://github.com/kcat/openal-soft \
|
||||
SRC_URI = "git://github.com/kcat/openal-soft;branch=master;protocol=https \
|
||||
file://0001-Use-BUILD_CC-to-compile-native-tools.patch \
|
||||
file://0002-makehrtf-Disable-Wstringop-truncation.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DEPENDS = "gnutls zlib"
|
|||
|
||||
SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0"
|
||||
SRC_URI = " \
|
||||
git://git.ffmpeg.org/rtmpdump \
|
||||
git://git.ffmpeg.org/rtmpdump;branch=master \
|
||||
file://fix-racing-build-issue.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
|
|||
LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b"
|
||||
|
||||
SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5"
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa \
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \
|
||||
file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \
|
||||
"
|
||||
PV = "1.1.1+git${SRCPV}"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
|
|||
file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
|
||||
DEPENDS = "libogg"
|
||||
|
||||
SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \
|
||||
SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https;branch=master \
|
||||
file://obsolete_automake_macros.patch;striplevel=0 \
|
||||
file://tremor-arm-thumb2.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ DEPENDS += "util-linux"
|
|||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "b56957ac453575e91ca1b63a80c0077c2b0d011a"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DEPENDS = "gstreamer1.0"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;branch=master"
|
||||
|
||||
FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
|
||||
FILES_${PN} += "${libdir}/*"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "a SocketCAN over Ethernet tunnel"
|
|||
HOMEPAGE = "https://github.com/mguentner/cannelloni"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https \
|
||||
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master \
|
||||
file://0001-Use-GNUInstallDirs-instead-of-hard-coding-paths.patch \
|
||||
file://0002-include-missing-stdexcept-for-runtime_error.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
|
|||
|
||||
SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
|
||||
PV = "1.12+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/civetweb/civetweb.git \
|
||||
SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \
|
||||
file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
|
|||
|
||||
SRCREV = "c4b0ed52e751da7823dd9a36e91f93a6310e5525"
|
||||
|
||||
SRC_URI = "git://github.com/tomaszmrugalski/dibbler \
|
||||
SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https \
|
||||
file://dibbler_fix_getSize_crash.patch \
|
||||
file://0001-linux-port-Rename-pthread_mutex_t-variable-lock.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
|
||||
DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
|
||||
|
||||
SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \
|
||||
SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0;protocol=https \
|
||||
file://freeradius \
|
||||
file://volatiles.58_radiusd \
|
||||
file://freeradius-enble-user-in-conf.patch \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ SECTION = "libs"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
|
||||
|
||||
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1"
|
||||
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https"
|
||||
SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
|
|||
|
||||
SECTION = "libs/networking"
|
||||
|
||||
SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https"
|
||||
SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master"
|
||||
SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SECTION = "libs/networking"
|
|||
|
||||
SRCREV = "53ae1a5ab37fdfc9ad5c236df3eaf4dd63f0fee9"
|
||||
|
||||
SRC_URI = "git://github.com/nanomsg/nng.git;branch=v1.2.x"
|
||||
SRC_URI = "git://github.com/nanomsg/nng.git;branch=v1.2.x;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ SRCREV = "5d22e9d22c4a3724d27b80b0cd9b898ae8f59d2b"
|
|||
PV = "0.98+git${SRCPV}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/CanonicalLtd/netplan.git \
|
||||
git://github.com/CanonicalLtd/netplan.git;branch=master;protocol=https \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
|
|||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.infradead.org/users/dwmw2/openconnect.git \
|
||||
git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \
|
||||
file://0001-trojans-tncc-wrapper.py-convert-to-python3.patch \
|
||||
"
|
||||
SRCREV = "ea73851969ae7a6ea54fdd2d2b8c94776af24b2a"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab
|
|||
|
||||
DEPENDS = "libubox"
|
||||
|
||||
SRC_URI = "git://git.openwrt.org/project/relayd.git \
|
||||
SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master \
|
||||
file://0001-rtnl_flush-Error-on-failed-write.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DEPENDS += "libgcrypt"
|
|||
|
||||
PV .= "r550-2jnpr1"
|
||||
SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740"
|
||||
SRC_URI = "git://github.com/ndpgroup/vpnc \
|
||||
SRC_URI = "git://github.com/ndpgroup/vpnc;branch=master;protocol=https \
|
||||
file://long-help \
|
||||
file://default.conf \
|
||||
file://0001-search-for-log-help-in-build-dir.patch \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||
PROVIDES += "cyassl"
|
||||
RPROVIDES_${PN} = "cyassl"
|
||||
|
||||
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https"
|
||||
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
|
||||
SRCREV = "e116c89a58af750421d82ece13f80516d2bde02e"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
SRCREV = "52b71f0831dcbde508bd3a961d84abb80a62480f"
|
||||
|
||||
SRC_URI = "git://git.code.sf.net/p/atftp/code \
|
||||
SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master \
|
||||
file://atftpd.init \
|
||||
file://atftpd.service \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396"
|
|||
|
||||
SRCREV = "e41cfb986c1b1935770de554872247453fdbb079"
|
||||
|
||||
SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https \
|
||||
SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=master \
|
||||
file://avoid-to-call-AC_TRY_RUN.patch \
|
||||
file://Fix-hardcoded-libdir.patch \
|
||||
file://debian_patches_0014_avoid_pic_overwrite.diff \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||
|
||||
SRCREV ?= "34e3ffb194f6fa3028c0eb2ff57e7db2d1026771"
|
||||
|
||||
SRC_URI = "git://github.com/open-iscsi/open-iscsi \
|
||||
SRC_URI = "git://github.com/open-iscsi/open-iscsi;branch=master;protocol=https \
|
||||
file://0001-Makefile-Do-not-set-Werror.patch \
|
||||
file://initd.debian \
|
||||
file://99_iscsi-initiator-utils \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ RDEPENDS_${PN} = "python3-pygobject python3-dbus"
|
|||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SRCREV = "333ef1ed1d7c7c17264fcf7629e5c2f78ab4112c"
|
||||
SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https"
|
||||
SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LICENSE = "GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403"
|
||||
|
||||
SRCREV = "39276d14b659684c4c0612725ab83ea841c6ef99"
|
||||
SRC_URI = "git://github.com/arno-iptables-firewall/aif"
|
||||
SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ DEPENDS = "libnfnetlink libmnl"
|
|||
SRCREV = "ba196a97e810746e5660fe3f57c87c0ed0f2b324"
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.netfilter.org/libnetfilter_log"
|
||||
SRC_URI = "git://git.netfilter.org/libnetfilter_log;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ DEPENDS = "libnfnetlink libmnl"
|
|||
|
||||
SRCREV = "601abd1c71ccdf90753cf294c120ad43fb25dc54"
|
||||
|
||||
SRC_URI = "git://git.netfilter.org/libnetfilter_queue \
|
||||
SRC_URI = "git://git.netfilter.org/libnetfilter_queue;branch=master \
|
||||
file://0001-libnetfilter-queue-Declare-the-define-visivility-attribute-together.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SECTION = "libs"
|
|||
DEPENDS = "libmnl"
|
||||
|
||||
SRCREV = "eedafeb6db330b8adff1b7cdd3dac325f9144195"
|
||||
SRC_URI = "git://git.netfilter.org/libnftnl \
|
||||
SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \
|
||||
file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|||
|
||||
DEPENDS = "openssl zlib icu"
|
||||
|
||||
SRC_URI = "git://github.com/znc/znc.git;name=znc \
|
||||
git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \
|
||||
SRC_URI = "git://github.com/znc/znc.git;name=znc;branch=master;protocol=https \
|
||||
git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV_znc = "c7f72f8bc800115ac985e7e13eace78031cb1b50"
|
||||
SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ require wireguard.inc
|
|||
|
||||
SRCREV = "43f57dac7b8305024f83addc533c9eede6509129"
|
||||
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat \
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat;branch=master \
|
||||
file://0001-compat-SYM_FUNC_-START-END-were-backported-to-5.4.patch \
|
||||
file://0001-compat-icmp_ndo_send-functions-were-backported-exten.patch "
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
require wireguard.inc
|
||||
|
||||
SRCREV = "a8063adc8ae9b4fc9848500e93f94bee8ad2e585"
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-tools"
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master"
|
||||
|
||||
inherit bash-completion systemd pkgconfig
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ SECTION = "net"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
|
||||
|
||||
SRC_URI = "git://github.com/jech/babeld.git;protocol=git"
|
||||
SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master"
|
||||
SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LICENSE = "GPLv2"
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
|
||||
|
||||
SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
|
||||
SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master"
|
||||
|
||||
DEPENDS = "virtual/libc"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/xelerance/xl2tpd.git"
|
||||
SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https"
|
||||
SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a"
|
|||
PV = "0.0.5+git${SRCPV}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.netfilter.org/arptables \
|
||||
git://git.netfilter.org/arptables;branch=master \
|
||||
file://0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch \
|
||||
file://arptables-arpt-get-target-fix.patch \
|
||||
file://arptables.service \
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f9d20a453221a1b7e32ae84694da2c37"
|
|||
SRCREV = "42c1aefc303fdf891fbb099ea51f00dca83ab606"
|
||||
|
||||
SRC_URI = "\
|
||||
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git \
|
||||
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git;branch=master \
|
||||
file://kernel-headers.patch \
|
||||
file://0005-build-don-t-ignore-CFLAGS-from-environment.patch \
|
||||
file://0006-libbridge-Modifying-the-AR-to-cross-toolchain.patch \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||
PV = "6.10"
|
||||
|
||||
SRCREV = "5ff5fc2ecc10353fd39ad508db5c2828fd2d8d9a"
|
||||
SRC_URI = "git://git.samba.org/cifs-utils.git"
|
||||
SRC_URI = "git://git.samba.org/cifs-utils.git;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
DEPENDS += "libtalloc"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029"
|
|||
DEPENDS = "curl"
|
||||
DEPENDS_class-native = "curl-native"
|
||||
|
||||
SRC_URI = "git://github.com/jpbarrette/curlpp.git"
|
||||
SRC_URI = "git://github.com/jpbarrette/curlpp.git;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ SECTION = "admin"
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
|
||||
|
||||
SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils \
|
||||
git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \
|
||||
SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=master;protocol=https \
|
||||
git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers;branch=master;protocol=https \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-drbd-utils-support-usrmerge.patch','',d)} \
|
||||
"
|
||||
# v9.12.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa"
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;protocol=https; \
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;protocol=https;branch=master \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SECTION = "libdevel"
|
|||
|
||||
GEOIP_DATABASE_VERSION = "20181205"
|
||||
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-c.git \
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=master;protocol=https \
|
||||
http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \
|
||||
http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \
|
||||
http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ inherit manpages
|
|||
MAN_PKG = "${PN}"
|
||||
|
||||
SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992"
|
||||
SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
|
||||
SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||
S = "${WORKDIR}/git"
|
||||
SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5"
|
||||
SRC_URI = "\
|
||||
git://github.com/nmav/ipcalc.git;protocol=https; \
|
||||
git://github.com/nmav/ipcalc.git;protocol=https;branch=master \
|
||||
file://0001-Makefile-pass-extra-linker-flags.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ PV .= "+git${SRCPV}"
|
|||
LK_REL = "1.0.18"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/sctp/lksctp-tools.git \
|
||||
git://github.com/sctp/lksctp-tools.git;branch=master;protocol=https \
|
||||
file://0001-withsctp-use-PACKAGE_VERSION-in-withsctp.h.patch \
|
||||
file://0001-configure.ac-add-CURRENT-REVISION-and-AGE-for-libsct.patch \
|
||||
file://0001-build-fix-netinet-sctp.h-not-to-be-installed.patch \
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||
DEPENDS = "flex-native bison-native libnl python"
|
||||
|
||||
PV = "0.3.1+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/linux-wpan/lowpan-tools \
|
||||
SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \
|
||||
file://no-help2man.patch \
|
||||
file://0001-Fix-build-errors-with-clang.patch \
|
||||
file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|||
file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468"
|
||||
|
||||
SRCREV = "304349bad86229aedbc62c07d5e98a8292967991"
|
||||
SRC_URI = "git://github.com/traviscross/mtr"
|
||||
SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ HOMEPAGE = "https://github.com/libguestfs/nbdkit"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4332a97808994cf2133a65b6c6f33eaf"
|
||||
|
||||
SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \
|
||||
SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \
|
||||
file://0001-server-Fix-build-when-printf-is-a-macro.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||
|
||||
PV = "1.0.4+git${SRCPV}"
|
||||
SRCREV = "4c794b5512d23c649def1f94a684225dcbb6ac3e"
|
||||
SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http \
|
||||
SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \
|
||||
file://0001-replace-VLAIS-with-malloc-free-pair.patch \
|
||||
file://0002-Do-not-undef-_GNU_SOURCE.patch \
|
||||
file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
|
|||
SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4"
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://pagure.io/netcf.git;protocol=https \
|
||||
SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6"
|
|||
|
||||
PV = "2.7.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/HewlettPackard/netperf.git \
|
||||
SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \
|
||||
file://cpu_set.patch \
|
||||
file://vfork.patch \
|
||||
file://init \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ and ypdomainname. \
|
|||
# v4.2.3
|
||||
SRCREV = "1bfda29c342a81b97cb1995ffd9e8da5de63e7ab"
|
||||
|
||||
SRC_URI = "git://github.com/thkukuk/yp-tools \
|
||||
SRC_URI = "git://github.com/thkukuk/yp-tools;branch=master;protocol=https \
|
||||
file://domainname.service \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SECTION = "net"
|
|||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad167e7aa9718a44"
|
||||
|
||||
SRC_URI = "git://github.com/bsdphk/Ntimed \
|
||||
SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \
|
||||
file://use-ldflags.patch"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SECTION = "net"
|
|||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
SRC_URI = "git://github.com/open-iscsi/open-isns"
|
||||
SRC_URI = "git://github.com/open-iscsi/open-isns;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "cfdbcff867ee580a71bc9c18c3a38a6057df0150"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
|
|||
|
||||
PV = "2+git${SRCPV}"
|
||||
SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c"
|
||||
SRC_URI = "git://github.com/wkz/phytool.git"
|
||||
SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ DEPENDS = "libnl"
|
|||
RDEPENDS_${PN} = "bash perl"
|
||||
|
||||
BRANCH = "stable-v${@d.getVar('PV').split('.')[0]}"
|
||||
SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=${BRANCH} \
|
||||
SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=${BRANCH};protocol=https \
|
||||
file://0001-Remove-man-files-which-cant-be-built.patch \
|
||||
"
|
||||
SRCREV = "f12c953f0864691eacc9fcc4cda489b92ffd5a85"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRCREV = "a8e5847e5f7e411be424f9b52a6cdf9d2ed4aeb5"
|
||||
SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git"
|
||||
SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ PV = "0.14.1+git${SRCPV}"
|
|||
SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.freedesktop.org/spice/spice-protocol \
|
||||
git://anongit.freedesktop.org/spice/spice-protocol;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ SRCREV_spice-common = "4fc4c2db36c7f07b906e9a326a9d3dc0ae6a2671"
|
|||
SRCREV_FORMAT = "spice_spice-common"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.freedesktop.org/spice/spice;name=spice \
|
||||
git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \
|
||||
git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \
|
||||
git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \
|
||||
file://0001-Convert-pthread_t-to-be-numeric.patch \
|
||||
file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ DEPENDS = "libusb1"
|
|||
SRCREV = "07b98b8e71f620dfdd57e92ddef6b677b259a092"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.freedesktop.org/spice/usbredir \
|
||||
git://anongit.freedesktop.org/spice/usbredir;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ SECTION = "net"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
|
||||
|
||||
SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master \
|
||||
SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \
|
||||
file://0001-contrib-add-yocto-compatible-startup-scripts.patch \
|
||||
"
|
||||
SRCREV="b60c4a472c856f0a98120b7259e991b3a6507eb5"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d"
|
|||
|
||||
DEPENDS = "libnl"
|
||||
|
||||
SRC_URI = "git://github.com/linux-wpan/wpan-tools"
|
||||
SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
|
||||
SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user