summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zbar/zbar_0.10.bb
diff options
context:
space:
mode:
authorDaniel Gomez <daniel@qtec.com>2021-01-22 19:56:00 +0100
committerKhem Raj <raj.khem@gmail.com>2021-01-25 14:34:06 -0800
commit4a1794ea9d6401318451d41776f45c211d5ee262 (patch)
treee53499ba73f40395a3aee744239e3de8d9be7505 /meta-oe/recipes-support/zbar/zbar_0.10.bb
parent36b25ecd9459f9f89c772eb4076eb6209424774c (diff)
downloadmeta-openembedded-4a1794ea9d6401318451d41776f45c211d5ee262.tar.gz
zbar: Remove support for 0.10 version
Remove support for the old ZBar project no longer maintained. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/zbar/zbar_0.10.bb')
-rw-r--r--meta-oe/recipes-support/zbar/zbar_0.10.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-oe/recipes-support/zbar/zbar_0.10.bb b/meta-oe/recipes-support/zbar/zbar_0.10.bb
deleted file mode 100644
index 181d7ae43c..0000000000
--- a/meta-oe/recipes-support/zbar/zbar_0.10.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1DESCRIPTION = "2D barcode scanner toolkit."
2SECTION = "graphics"
3LICENSE = "LGPL-2.1"
4
5DEPENDS = "pkgconfig intltool-native libpng jpeg"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=4015840237ca7f0175cd626f78714ca8"
8
9PV = "0.10+git${SRCPV}"
10
11# iPhoneSDK-1.3.1 tag
12SRCREV = "67003d2a985b5f9627bee2d8e3e0b26d0c474b57"
13SRC_URI = "git://github.com/ZBar/Zbar \
14 file://0001-make-relies-GNU-extentions.patch \
15"
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig
19
20PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
21
22PACKAGECONFIG[x11] = "--with-x,-without-x,libxcb libx11 libsm libxau libxext libxv libice libxdmcp"
23
24EXTRA_OECONF = "--without-imagemagick --without-qt --without-python --disable-video --without-gtk"
25
26CPPFLAGS += "-Wno-error"
27
28do_install_append() {
29 #remove usr/bin if empty
30 rmdir ${D}${bindir}
31}