[yocto] Creating a recipe for python3-pillow

Burton, Ross ross.burton at intel.com
Fri Jul 6 06:12:52 PDT 2018


On 6 July 2018 at 14:06, Oliver Westermann <owestermann at gmail.com> wrote:
> Of course, thats the reason I'm here ;)
>
> SUMMARY = "Pillow (The friendly PIL fork)"
> HOMEPAGE = "http://python-pillow.org/"
> LICENSE = "EPLv1"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=c6379001ecb47e2a0420c40177fc1125"
>
> SRC_URI[md5sum] = "52d93a34f4180abcff04876f23eaa9b9"
>
> PYPI_PACKAGE = "Pillow"
>
> inherit pypi setuptools3
>
> BBCLASSEXTEND = "native nativesdk"
>
> DEPENDS = "jpeg zlib"
>
> CLEANBROKEN="1"

Move your DEPENDS up, as the inherits are setting up DEPENDS with
python3-native python3-setuptools-native, and you're overwriting it.

Put the DEPENDS after PYI_PACKAGE but before inherit.

Ross


More information about the yocto mailing list