diff options
author | James Hilliard <james.hilliard1@gmail.com> | 2019-01-14 21:27:00 +0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-01-14 21:20:52 +0100 |
commit | 168ed67a01dc40e9cd511e713d5672c3ce39b8fa (patch) | |
tree | 5b9fdbe8d4fd37c2382ae83d776b8b1e71d8cba4 /package/zbar/0003-Disable-building-documentation.patch | |
parent | cb9d7412453e6f7ce9742df2dd0880e1248cb753 (diff) | |
download | buildroot-168ed67a01dc40e9cd511e713d5672c3ce39b8fa.tar.gz buildroot-168ed67a01dc40e9cd511e713d5672c3ce39b8fa.zip |
package/zbar: switch to linuxtv zbar fork
The zbar upstream previously used has been abandoned since 2012.
The linuxtv fork appears to be the most actively maintained fork.
Removed all patches which are merged upstream or fixed upstream.
Changed configure flags to match new upstream.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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, 0 insertions, 27 deletions
diff --git a/package/zbar/0003-Disable-building-documentation.patch b/package/zbar/0003-Disable-building-documentation.patch deleted file mode 100644 index 729f926cc8..0000000000 --- a/package/zbar/0003-Disable-building-documentation.patch +++ /dev/null @@ -1,27 +0,0 @@ -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 - |