diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2016-10-18 23:06:52 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-18 22:21:03 +0200 |
| commit | 4614229fda7f32da52bea4e400e452be343682c1 (patch) | |
| tree | 79fc894af0d1247bee37bf106b68f7eb6d654b39 /package/lirc-tools/lirc-tools.mk | |
| parent | ef99f585803bcbde838d2b65389833fd2b2b8b2c (diff) | |
| download | buildroot-4614229fda7f32da52bea4e400e452be343682c1.tar.gz buildroot-4614229fda7f32da52bea4e400e452be343682c1.zip | |
lirc-tools: bump to version 0.9.4b
Drop upstream patches. Renumber the rest.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lirc-tools/lirc-tools.mk')
| -rw-r--r-- | package/lirc-tools/lirc-tools.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk index 547df46e64..bd0f96f337 100644 --- a/package/lirc-tools/lirc-tools.mk +++ b/package/lirc-tools/lirc-tools.mk @@ -4,16 +4,14 @@ # ################################################################################ -LIRC_TOOLS_VERSION = 0.9.4 +LIRC_TOOLS_VERSION = 0.9.4b LIRC_TOOLS_SOURCE = lirc-$(LIRC_TOOLS_VERSION).tar.bz2 LIRC_TOOLS_SITE = http://downloads.sourceforge.net/project/lirc/LIRC/$(LIRC_TOOLS_VERSION) LIRC_TOOLS_LICENSE = GPLv2+ LIRC_TOOLS_LICENSE_FILES = COPYING LIRC_TOOLS_DEPENDENCIES = host-libxslt host-pkgconf host-python3 LIRC_TOOLS_INSTALL_STAGING = YES -# 0001-lib-use-proper-linking-method-to-avoid-parallel-buil.patch -# 0003-Don-t-build-commandir-unless-we-have-usb.h-191.patch -# 0004-configure-check-for-clock_gettime-in-librt.patch +# 0002-configure-check-for-clock_gettime-in-librt.patch LIRC_TOOLS_AUTORECONF = YES LIRC_TOOLS_CONF_ENV = XSLTPROC=yes |

