]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
authorTim Orling <ticotimo@gmail.com>
Wed, 29 Nov 2023 04:11:36 +0000 (20:11 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Dec 2023 17:15:30 +0000 (17:15 +0000)
Comments in the recipe are insufficient to prevent folks from attempting
to upgrade the recipe without also upgrading python3-cryptography.

These two recipes MUST be upgraded in lock step to the exact same version.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb

index 44c67fdd76b6058e186ac60a7d67c27cb500a05f..e304c4261a2650dc8f4c182a869bebd1029ce3fc 100644 (file)
@@ -27,3 +27,5 @@ do_install:append () {
 BBCLASSEXTEND = "native nativesdk"
 
 UPSTREAM_CHECK_REGEX = ""
+
+RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-cryptography."