diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-test | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.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: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/bats/bats_1.3.0.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.4.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest_1.34.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-test/fbtest/fb-test_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-test/googletest/googletest_git.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.3.0.bb b/meta-oe/recipes-test/bats/bats_1.3.0.bb index 8190a5e3a5..0d09cb4d5b 100644 --- a/meta-oe/recipes-test/bats/bats_1.3.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.3.0.bb | |||
| @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/bats-core/bats-core" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/bats-core/bats-core.git \ | 9 | SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | # v1.3.0 | 11 | # v1.3.0 |
| 12 | SRCREV = "9086c47854652f2731861b40385689c85f12103f" | 12 | SRCREV = "9086c47854652f2731861b40385689c85f12103f" |
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb index 21004726a2..45f7ad8c7d 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/catchorg/Catch2" | |||
| 5 | LICENSE = "BSL-1.0" | 5 | LICENSE = "BSL-1.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" | 8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https" |
| 9 | SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" | 9 | SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${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 e4afa43e97..833c5a6c59 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 | ||
| 9 | SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" | 9 | SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" |
| 10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
| 11 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git \ | 11 | SRC_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/evtest/evtest_1.34.bb b/meta-oe/recipes-test/evtest/evtest_1.34.bb index a3a23c8951..eb6a34f301 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" | |||
| 8 | DEPENDS = "libxml2" | 8 | DEPENDS = "libxml2" |
| 9 | 9 | ||
| 10 | SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" | 10 | SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" |
| 11 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https \ | 11 | SRC_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 6a9d4b2787..2992135726 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" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 7 | 7 | ||
| 8 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 8 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" |
| 9 | SRC_URI = "git://github.com/prpplague/fb-test-app.git" | 9 | SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${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 354e7de337..898f23fafb 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
| @@ -11,7 +11,7 @@ PROVIDES += "gmock gtest" | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e" | 13 | SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e" |
| 14 | SRC_URI = "git://github.com/google/googletest.git" | 14 | SRC_URI = "git://github.com/google/googletest.git;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake |
| 17 | 17 | ||
