diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-11-28 20:11:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-02 17:18:57 +0000 |
commit | 076862d68e2dcda7a16a393fdcbd540a552cdbff (patch) | |
tree | bda0fdbb55eca8e7897b1f66b2b42c29c44fca35 /meta | |
parent | 291bc9e96a1fa60b036c7b99cd9c3822bfd92caa (diff) | |
download | poky-076862d68e2dcda7a16a393fdcbd540a552cdbff.tar.gz |
python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
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.
(From OE-Core rev: 3701bc4d30526c52be1e1789afb24c90a23beab6)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb index 44c67fdd76..e304c4261a 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb | |||
@@ -27,3 +27,5 @@ do_install:append () { | |||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
28 | 28 | ||
29 | UPSTREAM_CHECK_REGEX = "" | 29 | UPSTREAM_CHECK_REGEX = "" |
30 | |||
31 | RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-cryptography." | ||