diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-03 07:12:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-04 08:18:00 -0700 |
| commit | 7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch) | |
| tree | 3fb81ec0571b65b37914cfa2204d01db67216d88 /meta-tpm/recipes-tpm2 | |
| parent | 8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff) | |
| download | meta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.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-tpm/recipes-tpm2')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb index b80ef79..1818171 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ | |||
| 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" | 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" |
| 14 | 14 | ||
| 15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
| 16 | git://github.com/tpm2-software/tpm2-abrmd.git \ | 16 | git://github.com/tpm2-software/tpm2-abrmd.git;branch=master;protocol=https \ |
| 17 | file://tpm2-abrmd-init.sh \ | 17 | file://tpm2-abrmd-init.sh \ |
| 18 | file://tpm2-abrmd.default \ | 18 | file://tpm2-abrmd.default \ |
| 19 | " | 19 | " |
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb index 649338a..366e9da 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" | 7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master;protocol=https \ |
| 10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |
| 11 | file://0001-remove-local-binary-checkes.patch \ | 11 | file://0001-remove-local-binary-checkes.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb index 47113d2..2bf1eed 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" | 5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ | 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git;branch=master;protocol=https \ |
| 8 | file://configure_oe_fixup.patch \ | 8 | file://configure_oe_fixup.patch \ |
| 9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ | 9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ |
| 10 | file://fix_header_file.patch \ | 10 | file://fix_header_file.patch \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb index dfebc07..d324e33 100644 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "autoconf-archive libtss2-dev qrencode" | |||
| 10 | PE = "1" | 10 | PE = "1" |
| 11 | 11 | ||
| 12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" | 12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" |
| 13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git" | 13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
| 16 | 16 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb index 3069b1f..4d1f425 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "security/tpm" | |||
| 9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" | 9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" |
| 10 | 10 | ||
| 11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" | 11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" |
| 12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x" | 12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x;protocol=https" |
| 13 | 13 | ||
| 14 | inherit autotools-brokensep pkgconfig systemd | 14 | inherit autotools-brokensep pkgconfig systemd |
| 15 | 15 | ||
