From 685c88908f691e9b5f26754ba8f9d9a51ac68522 Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 08:36:34 +0000 Subject: [PATCH 1/6] libgdiplus: Fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I misunderstood gitsm:// , no need to list the submodules separately. Signed-off-by: Zoltán Böszörményi --- recipes-mono/libgdiplus/libgdiplus-common.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-mono/libgdiplus/libgdiplus-common.inc b/recipes-mono/libgdiplus/libgdiplus-common.inc index c6af811..5ccb7b9 100644 --- a/recipes-mono/libgdiplus/libgdiplus-common.inc +++ b/recipes-mono/libgdiplus/libgdiplus-common.inc @@ -7,12 +7,8 @@ LICENSE = "MIT" BRANCH ?= "main" -BRANCH_googletest ?= "v1.8.x" -SRCREV_googletest = "dea0216d0c6bc5e63cf5f6c8651cd268668032ec" - SRC_URI = " \ - git://github.com/mono/libgdiplus.git;protocol=https;branch=${BRANCH} \ - gitsm://github.com/google/googletest.git;protocol=https;name=googletest;branch=${BRANCH_googletest};destsuffix=git/external/googletest \ + gitsm://github.com/mono/libgdiplus.git;protocol=https;branch=${BRANCH} \ " S = "${WORKDIR}/git" From 45dba0913a77f57971ad8216b1a0309c1396038b Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 09:11:39 +0000 Subject: [PATCH 2/6] mono-upnp: Set protocol=https in SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the warning in Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/mono-upnp/mono-upnp_0.1.2.bb: URL: git://github.com/mono/mono-upnp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi --- recipes-mono/mono-upnp/mono-upnp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/mono-upnp/mono-upnp.inc b/recipes-mono/mono-upnp/mono-upnp.inc index 461e14a..5750946 100644 --- a/recipes-mono/mono-upnp/mono-upnp.inc +++ b/recipes-mono/mono-upnp/mono-upnp.inc @@ -13,7 +13,7 @@ SRCBRANCH = "master" FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:" -SRC_URI = "git://github.com/mono/mono-upnp.git;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/mono/mono-upnp.git;protocol=https;branch=${SRCBRANCH} \ " S = "${WORKDIR}/git" From 9d03eed2284d406e8777aea9cee20306bab48bb4 Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 09:14:47 +0000 Subject: [PATCH 3/6] taglib-sharp: Set protocol=https in SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes this warning in Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/taglib-sharp/taglib-sharp_2.1.0.0.bb: URL: git://github.com/mono/taglib-sharp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi --- recipes-mono/taglib-sharp/taglib-sharp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/taglib-sharp/taglib-sharp.inc b/recipes-mono/taglib-sharp/taglib-sharp.inc index 4349ba6..909312e 100644 --- a/recipes-mono/taglib-sharp/taglib-sharp.inc +++ b/recipes-mono/taglib-sharp/taglib-sharp.inc @@ -8,7 +8,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" DEPENDS = "mono" -SRC_URI = "git://github.com/mono/taglib-sharp.git;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/mono/taglib-sharp.git;protocol=https;branch=${SRCBRANCH}" S = "${WORKDIR}/git" From f1ec8426892286306ec15ff94771eb71c352fcd9 Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 09:16:51 +0000 Subject: [PATCH 4/6] gtk-sharp3: Add protocol=https to SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the warning with Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb: URL: git://github.com/mono/gtk-sharp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi --- recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb b/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb index ffcf94f..035f2b9 100644 --- a/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb +++ b/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb @@ -8,7 +8,7 @@ RDEPENDS:${PN} += " perl gtk+3" LIC_FILES_CHKSUM = "file://COPYING;md5=8754deb904d22254188cb67189b87f19" SRCREV = "9a72bb67fff7e4845b7bb430a608282668c3e4da" -SRC_URI = "git://github.com/mono/gtk-sharp.git;branch=master \ +SRC_URI = "git://github.com/mono/gtk-sharp.git;protocol=https;branch=master \ file://0001-fixup-gmcs-to-mcs.patch" S = "${WORKDIR}/git" From a21991e07426afcb3ea92eb0979f53413288167e Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 09:19:10 +0000 Subject: [PATCH 5/6] mono-addins: Add protocol=https to SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the warning with Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/mono-addins/mono-addins_1.1.bb: URL: git://github.com/mono/mono-addins.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi --- recipes-mono/mono-addins/mono-addins-xbuild.inc | 2 +- recipes-mono/mono-addins/mono-addins.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-mono/mono-addins/mono-addins-xbuild.inc b/recipes-mono/mono-addins/mono-addins-xbuild.inc index 35ae719..c1f571c 100644 --- a/recipes-mono/mono-addins/mono-addins-xbuild.inc +++ b/recipes-mono/mono-addins/mono-addins-xbuild.inc @@ -11,7 +11,7 @@ DEPENDS = "mono" SRCREV = "64a45d96f39d4714ec85adf0fe04b68ec7273ae1" SRCBRANCH = "master" -SRC_URI = "git://github.com/mono/mono-addins.git;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/mono/mono-addins.git;protocol=https;branch=${SRCBRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-mono/mono-addins/mono-addins.inc b/recipes-mono/mono-addins/mono-addins.inc index 084a60c..2044068 100644 --- a/recipes-mono/mono-addins/mono-addins.inc +++ b/recipes-mono/mono-addins/mono-addins.inc @@ -11,7 +11,7 @@ DEPENDS = "gtk-sharp" SRCREV = "64a45d96f39d4714ec85adf0fe04b68ec7273ae1" SRCBRANCH = "master" -SRC_URI = "git://github.com/mono/mono-addins.git;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/mono/mono-addins.git;protocol=https;branch=${SRCBRANCH} \ file://0001-configure-mcs.patch" S = "${WORKDIR}/git" From cffdef2a283c4ae5f8b48f3864211ca856ea1650 Mon Sep 17 00:00:00 2001 From: Buildbot Date: Tue, 31 Oct 2023 09:20:42 +0000 Subject: [PATCH 6/6] conf/layer.conf: Add "nanbield" to LAYERSERIES_COMPAT_mono MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make Yocto 4.3 support official. Signed-off-by: Zoltán Böszörményi --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8fc7308..8cecb92 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -22,4 +22,4 @@ PREFERRED_VERSION_nuget-native ?= "5.2.0" PREFERRED_VERSION_msbuild ?= "16.10.1" PREFERRED_VERSION_msbuild-native ?= "16.10.1" -LAYERSERIES_COMPAT_mono = "kirkstone langdale mickledore" +LAYERSERIES_COMPAT_mono = "kirkstone langdale mickledore nanbield"