diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-22 16:40:55 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-25 15:05:28 -0400 |
| commit | a070c55ac7673b0050c31b6b9f559ea092fd0dc7 (patch) | |
| tree | 6dc17d500112830efdfddfd3728e6713938b9d6b | |
| parent | 515dd792bacac1e6c594990c80f4bccf8cd082a0 (diff) | |
| download | meta-security-a070c55ac7673b0050c31b6b9f559ea092fd0dc7.tar.gz | |
meta-tpm: *.patch: fix malformed Upstream-Status lines
* as reported by openembedded-core/scripts/contrib/patchreview.py -v .
Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch b/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch index 962bfc1..09aab78 100644 --- a/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch | |||
| @@ -12,7 +12,7 @@ fixes: | |||
| 12 | 12 | ||
| 13 | ERROR: QA Issue: File /usr/bin/tpm_server in package ibmswtpm2 doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] | 13 | ERROR: QA Issue: File /usr/bin/tpm_server in package ibmswtpm2 doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] |
| 14 | 14 | ||
| 15 | Upstream-Status: OE specific | 15 | Upstream-Status: Inappropriate [OE specific] |
| 16 | 16 | ||
| 17 | Signed-off-by: Jens Rehsack <sno@NetBSD.org> | 17 | Signed-off-by: Jens Rehsack <sno@NetBSD.org> |
| 18 | 18 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch index 8a216cd..a238c7f 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Upstream-Status: OE specific | 1 | Upstream-Status: Inappropriate [OE specific] |
| 2 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 2 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 3 | 3 | ||
| 4 | Index: git/configure.ac | 4 | Index: git/configure.ac |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch index fc730e1..2554282 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch | |||
| @@ -4,7 +4,7 @@ Error building for i386 target in cross env | |||
| 4 | 4 | ||
| 5 | ARCH is host arch, not target arch | 5 | ARCH is host arch, not target arch |
| 6 | 6 | ||
| 7 | Upstream-Status: Submitted | 7 | Upstream-Status: Submitted |
| 8 | 8 | ||
| 9 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 9 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 10 | Index: git/src/uefi-types.h | 10 | Index: git/src/uefi-types.h |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch index b3f2287..fe96b40 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch | |||
| @@ -6,7 +6,7 @@ Subject: [PATCH] configure.ac: stop inserting host directories into compile | |||
| 6 | 6 | ||
| 7 | Do not insert /usr/lib and /usr/lib64 into library search path. | 7 | Do not insert /usr/lib and /usr/lib64 into library search path. |
| 8 | 8 | ||
| 9 | Upstream-Status: OE specific | 9 | Upstream-Status: Inappropriate [OE specific] |
| 10 | Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> | 10 | Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> |
| 11 | --- | 11 | --- |
| 12 | configure.ac | 2 +- | 12 | configure.ac | 2 +- |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch index 04a2964..3f680ba 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch | |||
| @@ -2,7 +2,7 @@ revert configure: add checks for all tools used by make install | |||
| 2 | 2 | ||
| 3 | Not appropriate for cross build env. | 3 | Not appropriate for cross build env. |
| 4 | 4 | ||
| 5 | Upstream-Status: OE [inappropriate] | 5 | Upstream-Status: Inappropriate [OE specific] |
| 6 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 6 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 7 | 7 | ||
| 8 | Index: tpm2-tss-4.0.1/configure.ac | 8 | Index: tpm2-tss-4.0.1/configure.ac |
