[rcar-gen3] Port python-wand for meta-agl-bsp 55/8855/1
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Sun, 19 Mar 2017 19:46:08 +0000 (20:46 +0100)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Sun, 19 Mar 2017 20:08:23 +0000 (21:08 +0100)
 * 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>
meta-agl-bsp/meta-rcar-gen3/recipes-backport/README.md
meta-agl-bsp/meta-rcar-gen3/recipes-backport/python_bp/python-wand_0.4.3.bb [new file with mode: 0644]

index 11070fc..49ab7cc 100644 (file)
@@ -1,3 +1,7 @@
 # back port from poky
 ## gstreamer 
    src: poky/meta/recipes-multimedia/gstreamer/ ae9b341ecfcc60e970f29cfe04306411ad26c0cf
+
+# port from meta-linaro
+## python-wand
+   src: meta-linaro/meta-optee/recipes-devtools/python/python-wand_0.4.3.bb b6d0b81584c3395708b27ffe7b8fe248ef674839
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 (file)
index 0000000..cc91892
--- /dev/null
@@ -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"