From 681c1ecfa091a76dc280644366470fa133afe0d0 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 14 May 2020 16:04:55 -0500 Subject: pycryptodome: Import from meta-python Imports the pycryptodome recipes from meta-python, as of 7c02c7d41 ("gnome-themes-extra: correct the recipe name"). These recipes are commonly used by other layers, so moving them into OE-core helps to cut down on layer dependencies. (From OE-Core rev: 27798f3da506fcae19b74deb17ef199131cff405) Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie (cherry picked from commit a96f815c53364b119b5743b8b7100eb5588d5cf5) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 4 ++- .../python/python-pycryptodome.inc | 29 ++++++++++++++++++++++ .../python/python3-pycryptodome_3.9.4.bb | 2 ++ .../python/python3-pycryptodomex_3.9.4.bb | 10 ++++++++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/python/python-pycryptodome.inc create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.9.4.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb (limited to 'meta') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 40e90f782b..a20a1d810a 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -2,7 +2,7 @@ # # This file contains a list of recipe maintainers. # -# Please submit any patches against recipes in meta to the +# Please submit any patches against recipes in meta to the # OE-Core mail list (openembedded-core@lists.openembedded.org) # For recipes in meta-yocto please use the Poky list (poky@yoctoproject.org) # @@ -576,6 +576,8 @@ RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk