From: Ross Burton Date: Tue, 23 Jul 2024 14:51:02 +0000 (+0100) Subject: python3-jsonschema: rename nongpl PACKAGECONFIG X-Git-Tag: yocto-5.2~2310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56eaa1c074282774c5cf7dc2f8a4b3c4eac4179c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-jsonschema: rename nongpl PACKAGECONFIG To make it clear that this is an alternative to the format PACKAGECONFIG, rename it to format-nongpl. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 \