diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-19 20:46:08 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-19 21:08:23 +0100 |
commit | 8b415bd849e42fb075d5ea7c0385fbde27554f76 (patch) | |
tree | d6d984b99be8be84389a5a817053f54c5ad1eadf /meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp | |
parent | 288701bedc27d3a0e05acbc303bb32fe19bf8c89 (diff) |
[rcar-gen3] Port python-wand for meta-agl-bsp
* the optee from Renesas rcar gen3 DEPEND on
python-wand to build.
* python-wand comes from meta-linaro
Bug-AGL: SPEC-471
Change-Id: I2837a50ccea1b474c29a4461e7d7535c6d4195fb
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp/python-wand_0.4.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp/python-wand_0.4.3.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp/python-wand_0.4.3.bb new file mode 100644 index 000000000..cc91892aa --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp/python-wand_0.4.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Magic wand library" +HOMEPAGE = "http://docs.wand-py.org/en/0.4.3/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=170eafd687d4a2b950819cd5e067e6d5" + +SRCNAME = "wand" + +SRC_URI = "git://github.com/dahlia/wand.git;tag=${PV}" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " imagemagick-native" + +BBCLASSEXTEND = "native" |