From a62a284e99762da1e2b7152c7f51fb0141aee374 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 2 May 2022 11:55:52 +0200 Subject: [PATCH] KIRKSTONE: SRC_URI compatibility Signed-off-by: Christophe Priouzeau --- recipes-bsp/drivers/sysdig-driver_git.bb | 2 +- recipes-bsp/u-boot/u-boot-stm32mp-common_2020.10.inc | 2 +- recipes-devtools/cmsis-svd/cmsis-svd_git.bb | 2 +- recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb | 2 +- recipes-extended/libb64/libb64_git.bb | 2 +- recipes-extended/sysdig/sysdig-stm32mp_git.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/drivers/sysdig-driver_git.bb b/recipes-bsp/drivers/sysdig-driver_git.bb index 9295755..bd1ae2f 100644 --- a/recipes-bsp/drivers/sysdig-driver_git.bb +++ b/recipes-bsp/drivers/sysdig-driver_git.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.sysdig.org/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=f8fee3d59797546cffab04f3b88b2d44" -SRC_URI = "git://github.com/draios/sysdig.git;protocol=https" +SRC_URI = "git://github.com/draios/sysdig.git;protocol=https;branch=master" SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728" PV = "0.24.2+git${SRCPV}" diff --git a/recipes-bsp/u-boot/u-boot-stm32mp-common_2020.10.inc b/recipes-bsp/u-boot/u-boot-stm32mp-common_2020.10.inc index 2f47c14..16873d2 100644 --- a/recipes-bsp/u-boot/u-boot-stm32mp-common_2020.10.inc +++ b/recipes-bsp/u-boot/u-boot-stm32mp-common_2020.10.inc @@ -11,7 +11,7 @@ DEPENDS += "flex-native bison-native" COMPATIBLE_MACHINE = "(stm32mpcommon)" -SRC_URI = "git://github.com/u-boot/u-boot.git;protocol=https" +SRC_URI = "git://github.com/u-boot/u-boot.git;protocol=https;branch=master" SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890" SRC_URI += "\ diff --git a/recipes-devtools/cmsis-svd/cmsis-svd_git.bb b/recipes-devtools/cmsis-svd/cmsis-svd_git.bb index b1bf86f..92a1293 100644 --- a/recipes-devtools/cmsis-svd/cmsis-svd_git.bb +++ b/recipes-devtools/cmsis-svd/cmsis-svd_git.bb @@ -17,7 +17,7 @@ NO_GENERIC_LICENSE[svd-STMicro] = "data/STMicro/License.html" inherit pkgconfig autotools-brokensep gettext -SRC_URI = "git://github.com/posborne/cmsis-svd.git;protocol=https" +SRC_URI = "git://github.com/posborne/cmsis-svd.git;protocol=https;branch=master" SRCREV = "2ab163c2aea83eb9b39c163856450089255ce4f2" PV = "0.4+git${SRCPV}" diff --git a/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb b/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb index 204ae66..0ce44d5 100644 --- a/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb +++ b/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" require openocd-stm32mp.inc -SRC_URI_prepend = "git://repo.or.cz/openocd.git;name=openocd " +SRC_URI:prepend = "git://repo.or.cz/openocd.git;name=openocd;branch=master " SRCREV_FORMAT = "openocd" SRCREV_openocd = "a5e526d8575cf63fe11babec85c0798ac3f4ad74" diff --git a/recipes-extended/libb64/libb64_git.bb b/recipes-extended/libb64/libb64_git.bb index 29a8a43..e6525f4 100644 --- a/recipes-extended/libb64/libb64_git.bb +++ b/recipes-extended/libb64/libb64_git.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/libb64/libb64" LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3" -SRC_URI = "git://github.com/libb64/libb64.git;protocol=https" +SRC_URI = "git://github.com/libb64/libb64.git;protocol=https;branch=master" SRCREV="04a1ee7590ebb8a81bbd3854ec141c2d4c2bead9" PV = "1.4.1+git${SRCPV}" diff --git a/recipes-extended/sysdig/sysdig-stm32mp_git.bb b/recipes-extended/sysdig/sysdig-stm32mp_git.bb index 5336471..9f43dd9 100644 --- a/recipes-extended/sysdig/sysdig-stm32mp_git.bb +++ b/recipes-extended/sysdig/sysdig-stm32mp_git.bb @@ -19,7 +19,7 @@ DEPENDS += "libb64" RDEPENDS:${PN} = "bash" -SRC_URI = "git://github.com/draios/sysdig.git;protocol=https" +SRC_URI = "git://github.com/draios/sysdig.git;protocol=https;branch=master" SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728" PV = "0.24.2+git${SRCPV}"