diff options
Diffstat (limited to 'meta-oe')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch index 2ee0a39126..1c4b871bb6 100644 --- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch +++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch | |||
| @@ -11,7 +11,7 @@ GCC treats char as unsigned resulting in compile errors: | |||
| 11 | 11 | ||
| 12 | Fix this by specifying signed char. | 12 | Fix this by specifying signed char. |
| 13 | 13 | ||
| 14 | Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32] | 14 | Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32] |
| 15 | 15 | ||
| 16 | Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> | 16 | Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> |
| 17 | --- | 17 | --- |
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch index e0d0cf8ce9..eac997ae58 100644 --- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch +++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch | |||
| @@ -3,7 +3,7 @@ From: Sven Fink <sven.fink@wipotec.com> | |||
| 3 | Date: Fri, 13 Jan 2023 09:15:42 +0100 | 3 | Date: Fri, 13 Jan 2023 09:15:42 +0100 |
| 4 | Subject: [PATCH 3/3] For root value, use empty pointer | 4 | Subject: [PATCH 3/3] For root value, use empty pointer |
| 5 | 5 | ||
| 6 | Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a] | 6 | Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a] |
| 7 | 7 | ||
| 8 | Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> | 8 | Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> |
| 9 | --- | 9 | --- |
