aboutsummaryrefslogtreecommitdiff
path: root/meta-optee
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-06-09 09:54:58 +0200
committerKoen Kooi <koen.kooi@linaro.org>2016-06-09 11:06:16 +0200
commit471213b7fe5b4d1d8f5900dfbe6dc5a76e749ab4 (patch)
treeb7240aeb499cde3ce741790358e2d6c6dd85f795 /meta-optee
parent5bfe7035edacdcc401f0b8fa9c0ae7cbd89adaf4 (diff)
python-wand: add 0.4.3
Change-Id: I1db22fdd5a3dc62da9035266ee5798ecf4b35018 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-optee')
-rw-r--r--meta-optee/recipes-devtools/python/python-wand_0.4.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-optee/recipes-devtools/python/python-wand_0.4.3.bb b/meta-optee/recipes-devtools/python/python-wand_0.4.3.bb
new file mode 100644
index 00000000..cc91892a
--- /dev/null
+++ b/meta-optee/recipes-devtools/python/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"