summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 23:06:48 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:49 -0700
commitb402a3076fbafe05d0b8621e50603b65c3fe8147 (patch)
tree4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-test
parent175765fdf30200314d19bc8f11f4ede9b820dad6 (diff)
downloadmeta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.tar.gz
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: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/bats/bats_1.4.1.bb2
-rw-r--r--meta-oe/recipes-test/catch2/catch2_2.13.7.bb2
-rw-r--r--meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb2
-rw-r--r--meta-oe/recipes-test/cpputest/cpputest_4.0.bb2
-rw-r--r--meta-oe/recipes-test/evtest/evtest_1.34.bb2
-rw-r--r--meta-oe/recipes-test/fbtest/fb-test_git.bb2
-rw-r--r--meta-oe/recipes-test/googletest/googletest_git.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.4.1.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb
index 30e83457c..13babd5ea 100644
--- a/meta-oe/recipes-test/bats/bats_1.4.1.bb
+++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/bats-core/bats-core"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b"
8 8
9SRC_URI = "git://github.com/bats-core/bats-core.git \ 9SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https \
10 file://0001-install.sh-consider-multilib.patch \ 10 file://0001-install.sh-consider-multilib.patch \
11 " 11 "
12# v1.4.1 12# v1.4.1
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb
index 3eda96c73..ed50f659d 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb
+++ b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/catchorg/Catch2"
5LICENSE = "BSL-1.0" 5LICENSE = "BSL-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
7 7
8SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" 8SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https"
9SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" 9SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
index 59626df07..2e34f6ab4 100644
--- a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
+++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" 9SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9"
10PV .= "+git${SRCPV}" 10PV .= "+git${SRCPV}"
11SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git \ 11SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;branch=master \
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14 14
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
index e84e03cdb..921143a74 100644
--- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
+++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel"
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177" 6LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177"
7 7
8SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https" 8SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master"
9SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" 9SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-test/evtest/evtest_1.34.bb b/meta-oe/recipes-test/evtest/evtest_1.34.bb
index a3a23c895..eb6a34f30 100644
--- a/meta-oe/recipes-test/evtest/evtest_1.34.bb
+++ b/meta-oe/recipes-test/evtest/evtest_1.34.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
8DEPENDS = "libxml2" 8DEPENDS = "libxml2"
9 9
10SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" 10SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69"
11SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https \ 11SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \
12 file://add_missing_limits_h_include.patch \ 12 file://add_missing_limits_h_include.patch \
13 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 13 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
14 " 14 "
diff --git a/meta-oe/recipes-test/fbtest/fb-test_git.bb b/meta-oe/recipes-test/fbtest/fb-test_git.bb
index 6a9d4b278..299213572 100644
--- a/meta-oe/recipes-test/fbtest/fb-test_git.bb
+++ b/meta-oe/recipes-test/fbtest/fb-test_git.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
7 7
8SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" 8SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
9SRC_URI = "git://github.com/prpplague/fb-test-app.git" 9SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb
index ff8cecc5b..2393f9b42 100644
--- a/meta-oe/recipes-test/googletest/googletest_git.bb
+++ b/meta-oe/recipes-test/googletest/googletest_git.bb
@@ -10,7 +10,7 @@ PROVIDES += "gmock gtest"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929" 12SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929"
13SRC_URI = "git://github.com/google/googletest.git" 13SRC_URI = "git://github.com/google/googletest.git;branch=master;protocol=https"
14 14
15inherit cmake 15inherit cmake
16 16