vigra: remove

It was used by LO only and they dropped it in 2016!

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-19 18:33:30 +02:00
parent 7879ac6d22
commit fe515c9ffe
3 changed files with 0 additions and 29 deletions

View File

@@ -22,7 +22,6 @@ DEPENDS += " \
mythes-native \
clucene-core-native \
glm-native \
vigra-native \
libexttextcat-native \
hyphen-native \
unzip-native \

View File

@@ -63,7 +63,6 @@ DEPENDS += " \
libgltf \
libexttextcat \
clucene-core \
vigra \
hunspell \
mythes \
hyphen \

View File

@@ -1,27 +0,0 @@
SUMMARY = "VIGRA is an image processing and analysis library"
HOMEPAGE = "http://ukoethe.github.io/vigra/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://LICENSE.txt;md5=3c8d5650f165c9d2bf413c64aa33dc15 \
"
SRC_URI = "git://github.com/ukoethe/vigra.git"
SRCREV = "e6c21f3506d783242222c44b2f4f4ec55afdab01"
S = "${WORKDIR}/git"
inherit cmake
DEPENDS = "tiff jpeg libpng"
EXTRA_OECMAKE += " \
-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
-DWITH_VIGRANUMPY=0 \
"
do_install:append() {
# doc does not have useful content and is installed at the wrong location
# so delete it
rm -rf "${D}/${prefix}/doc"
}
BBCLASSEXTEND = "native"