diff options
author | Volkov Viacheslav <sv99@inbox.ru> | 2015-10-29 18:49:30 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 12:45:39 +0100 |
commit | 3da4704bb2ac52146cda438ad68e9ed097397d76 (patch) | |
tree | 55e0a9b753347cff3e9e4008679776d2ee7229b8 /package/zbar/0003-Disable-building-documentation.patch | |
parent | 6917b86946b1377bc884ba45e7ddd637075fdd67 (diff) | |
download | buildroot-3da4704bb2ac52146cda438ad68e9ed097397d76.tar.gz buildroot-3da4704bb2ac52146cda438ad68e9ed097397d76.zip |
zbar: new package
[Thomas:
- replace patch 0001 fixing autoreconf by a simpler patch that simply
drops the -Wall and -Werror flags passed to automake.
- reformat the two patches using Git
- drop the "uclibc || glibc" dependency inherited from libv4l, since
libv4l has now been fixed to build on musl.
- drop the hook work arounding a build issue around man pages, and
replace by a patch that completely disables the build/installation
of documentation.
- change license to LGPLv2.1+, as noted in the COPYING file.
- drop --enable-shared=yes, since it is already passed by the
autotools-package infrastructure]
Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/zbar/0003-Disable-building-documentation.patch')
-rw-r--r-- | package/zbar/0003-Disable-building-documentation.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/zbar/0003-Disable-building-documentation.patch b/package/zbar/0003-Disable-building-documentation.patch new file mode 100644 index 0000000000..729f926cc8 --- /dev/null +++ b/package/zbar/0003-Disable-building-documentation.patch @@ -0,0 +1,27 @@ +From 58027d5bb0492142a5b72ded772d3a1be9fa8d87 Mon Sep 17 00:00:00 2001 +From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> +Date: Sun, 20 Dec 2015 12:05:57 +0100 +Subject: [PATCH] Disable building documentation + +The documentation requires xmlto, and we don't need it in Buildroot. + +Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> +--- + Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index e18499a..db4411f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -45,7 +45,6 @@ if HAVE_NPAPI + include $(srcdir)/plugin/Makefile.am.inc + endif + include $(srcdir)/test/Makefile.am.inc +-include $(srcdir)/doc/Makefile.am.inc + + EXTRA_DIST += zbar.ico zbar.nsi + +-- +2.6.4 + |