aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/recipes-devtools/python
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-26 21:22:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-26 21:22:55 +0300
commit837fb7d048a30baa6356d3ceb493ec20074b8785 (patch)
tree1e43ee1f7964ddbbbba843d2203cf03eb73adfb0 /meta-optee/recipes-devtools/python
parentb3b7dea07cd3b04315bc2745afaf8dd377c7f6c0 (diff)
optee: update to 2.6.0 release
* Drop python-wand and imagemagick, they aren't used anymore. * Update PV/SRCREV for optee-client, optee-os and optee-test to 2.6.0 release. * Refresh optee-client patch to apply on the new release. Change-Id: Ie61850457af76d1affb14b39d9702f48c8ac4399 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-optee/recipes-devtools/python')
-rw-r--r--meta-optee/recipes-devtools/python/python-wand_0.4.4.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb b/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
deleted file mode 100644
index 9679b9c9..00000000
--- a/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "Magic wand library"
-HOMEPAGE = "http://docs.wand-py.org/en/0.4.4/"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=170eafd687d4a2b950819cd5e067e6d5"
-
-SRCNAME = "wand"
-
-SRCREV = "c731c620c3c96c409a194dafab396ffbb97d6702"
-SRC_URI = "git://github.com/dahlia/wand.git"
-S = "${WORKDIR}/git"
-
-inherit setuptools
-
-# Requires imagemagick-6 while meta-oe morty and newer provides imagemagick-7 which isn't compatible with wand
-#
-# You can import imagemagick-5 from older meta-oe, before this upgrade:
-# commit ec660639ecea3fcb6e554b6f1bafc504e8f2fc78
-# Author: Randy MacLeod <randy.macleod@windriver.com>
-# Date: Mon Aug 8 17:41:34 2016 -0400
-# imagemagick: upgrade from 6.9.2 to 7.0.2
-# and add this commit on top of that:
-# commit dfcb67af35936a351789044039a55e3fad299c1a
-# Author: Andreas Müller <schnitzeltony@googlemail.com>
-# Date: Sun Sep 18 02:47:26 2016 +0200
-# imagemagick: depend on fftw not virtual/fftw
-#
-# We need this old version becase python-wand-native used here
-# depends on older imagemagick-native as discussed here:
-# https://stackoverflow.com/questions/37011291/python-wand-image-is-not-recognized
-# there still isn't newer python-wand supporting 7.* version:
-# https://github.com/dahlia/wand/blob/4fe2c6ba9cb0d4105361cea6e9e9e83116080473/wand/api.py#L58
-
-DEPENDS += " imagemagick-native"
-
-BBCLASSEXTEND = "native"
-
-FILES_${PN} += "${datadir}"