diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-18 18:04:02 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2024-06-18 19:06:13 -0300 |
commit | e70adddc0d9aa28491728d9d9bf6db12ab8a00ab (patch) | |
tree | 9068773e07f1c2f8f20ad2d764489c17fa1d8f2c /recipes-multimedia/imx-vpuwrap | |
parent | 34723ef209c77ab2ca848833c986d4cff4e47ec4 (diff) | |
download | meta-freescale-backport-scarthgap.tar.gz |
patches: fix upstream-statusbackport-scarthgap
OE-core enabled the picky QA check on Upstream-Status.
commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA")
Add missing upstream-status respectively fix unknown 'unknown' state.
strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit bbaaa2981cc3cc024bd3c43e729b871802c817d2)
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch index 459d86260..cbf37417e 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch | |||
@@ -6,6 +6,7 @@ Subject: [PATCH] vpu_wrapper_hantro_encoder: add sys/time.h for gettimeofday | |||
6 | Fixes: | 6 | Fixes: |
7 | | ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] | 7 | | ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] |
8 | 8 | ||
9 | Upstream-Status: Pending | ||
9 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> | 10 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> |
10 | --- | 11 | --- |
11 | vpu_wrapper_hantro_encoder.c | 1 + | 12 | vpu_wrapper_hantro_encoder.c | 1 + |