diff mbox series

[02/37] python3-jsonschema: rename nongpl PACKAGECONFIG

Message ID 20240723145137.74198-2-ross.burton@arm.com
State Accepted, archived
Commit 56eaa1c074282774c5cf7dc2f8a4b3c4eac4179c
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
To make it clear that this is an alternative to the format PACKAGECONFIG,
rename it to format-nongpl.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 c3184396d29..95afc1ead20 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] = ",,,\
     python3-rfc3987 \
     python3-rfc3339-validator \
 "
-PACKAGECONFIG[nongpl] = ",,,\
+PACKAGECONFIG[format-nongpl] = ",,,\
     python3-idna \
     python3-jsonpointer \
     python3-webcolors \