summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:39 +0100
commitd4f05aaff5f8277c10e9e1dbc8d6c326dec47c4c (patch)
tree5a7edb777e294ff456d310dda71251a70435ffac /meta/recipes-devtools/python
parent14e487aad97d7f03c89da321edd9ed6bdc0c2c7c (diff)
downloadpoky-d4f05aaff5f8277c10e9e1dbc8d6c326dec47c4c.tar.gz
python3-jsonschema: rename nongpl PACKAGECONFIG
To make it clear that this is an alternative to the format PACKAGECONFIG, rename it to format-nongpl. (From OE-Core rev: 56eaa1c074282774c5cf7dc2f8a4b3c4eac4179c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
index c3184396d2..95afc1ead2 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
@@ -21,7 +21,7 @@ PACKAGECONFIG[format] = ",,,\
21 python3-rfc3987 \ 21 python3-rfc3987 \
22 python3-rfc3339-validator \ 22 python3-rfc3339-validator \
23" 23"
24PACKAGECONFIG[nongpl] = ",,,\ 24PACKAGECONFIG[format-nongpl] = ",,,\
25 python3-idna \ 25 python3-idna \
26 python3-jsonpointer \ 26 python3-jsonpointer \
27 python3-webcolors \ 27 python3-webcolors \