From 7ed523b06bde259f99b21a15e8c936af4f18c752 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 5 Oct 2017 22:46:48 +0300 Subject: meta-optee: python-wand: upgrade to latest release 0.4.4 Latest python-wand release is from October 2016. Update to latest release: 0.4.4. Change-Id: I23dc1fbb817bbb26357c3ab6dcc86b251eea36e6 Signed-off-by: Fathi Boudra --- meta-optee/recipes-devtools/python/python-wand_0.4.3.bb | 16 ---------------- meta-optee/recipes-devtools/python/python-wand_0.4.4.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-optee/recipes-devtools/python/python-wand_0.4.3.bb create mode 100644 meta-optee/recipes-devtools/python/python-wand_0.4.4.bb 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 deleted file mode 100644 index cc91892a..00000000 --- a/meta-optee/recipes-devtools/python/python-wand_0.4.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -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" 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 new file mode 100644 index 00000000..1043987a --- /dev/null +++ b/meta-optee/recipes-devtools/python/python-wand_0.4.4.bb @@ -0,0 +1,16 @@ +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" + +SRC_URI = "git://github.com/dahlia/wand.git;tag=${PV}" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " imagemagick-native" + +BBCLASSEXTEND = "native" -- cgit v1.2.3