diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-05-22 15:12:25 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-22 17:39:10 -0700 |
| commit | 44222d0e84ff9a98cab83de5e2bf01cd9402cd77 (patch) | |
| tree | e0fcf9c93ed2230b264f6b1787ca7edb42ebf813 /meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb | |
| parent | f74ce27642a22594bb81c14b3a1ef441f3702f65 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "Python interface for libheif library" | ||
| 2 | HOMEPAGE = "https://github.com/bigcat88/pillow_heif" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991" | ||
| 5 | |||
| 6 | # While this item does not require it, it depends on libheif which does | ||
| 7 | LICENSE_FLAGS = "commercial" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pillow_heif" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | SRC_URI += "file://0001-setup.py-support-cross-compiling.patch" | ||
| 14 | SRC_URI[sha256sum] = "61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc55b39a" | ||
| 15 | |||
| 16 | DEPENDS += "libheif" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "python3-pillow" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
