diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow-heif_0.22.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow-heif_0.22.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow-heif_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pillow-heif_0.22.0.bb deleted file mode 100644 index 7f5dfac702..0000000000 --- a/meta-python/recipes-devtools/python/python3-pillow-heif_0.22.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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" | ||
