summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-05-22 15:12:25 +0300
committerKhem Raj <raj.khem@gmail.com>2025-05-22 17:39:10 -0700
commit44222d0e84ff9a98cab83de5e2bf01cd9402cd77 (patch)
treee0fcf9c93ed2230b264f6b1787ca7edb42ebf813 /meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb
parentf74ce27642a22594bb81c14b3a1ef441f3702f65 (diff)
downloadmeta-openembedded-44222d0e84ff9a98cab83de5e2bf01cd9402cd77.tar.gz
python3-pillow-heif: Move to meta-multimedia
Move from meta-python to meta-multimedia which depends on layer meta-python. This way the recipe will reside in the layer where its main dependency libheif is. This work was sponsored by GOVCERT.LU. Suggested-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb')
-rw-r--r--meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb
new file mode 100644
index 0000000000..7f5dfac702
--- /dev/null
+++ b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Python interface for libheif library"
2HOMEPAGE = "https://github.com/bigcat88/pillow_heif"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991"
5
6# While this item does not require it, it depends on libheif which does
7LICENSE_FLAGS = "commercial"
8
9PYPI_PACKAGE = "pillow_heif"
10
11inherit pypi python_setuptools_build_meta
12
13SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
14SRC_URI[sha256sum] = "61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc55b39a"
15
16DEPENDS += "libheif"
17
18RDEPENDS:${PN} += "python3-pillow"
19
20BBCLASSEXTEND = "native nativesdk"