Commit c8adf619 authored by Maarten ter Huurne's avatar Maarten ter Huurne Committed by Thomas Petazzoni
Browse files

fmtools: Switch to 2.x series



Specifically, bump version to 2.0.1.
The 2.x series uses the V4L2 API instead of V4L.

Signed-Off-By: default avatarMaarten ter Huurne <maarten@treewalker.org>
Acked-By: default avatarPaul Cercueil <paul@crapouillou.net>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 55cd252c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ config BR2_PACKAGE_FMTOOLS
	bool "fmtools"
	help
	  fmtools is a pair of simple command-line utilities for
	  "video4linux" radio tuner cards under Linux. It includes
	  "video4linux2" radio tuner cards under Linux. It includes
	  fm for power control, tuning, and volume and fmscan for
	  scanning for stations.

	  http://www.stanford.edu/~blp/fmtools/
	  http://benpfaff.org/fmtools/
+3 −12
Original line number Diff line number Diff line
@@ -4,18 +4,9 @@
#
################################################################################

FMTOOLS_VERSION = 1.0.2
FMTOOLS_SITE = http://www.stanford.edu/~blp/fmtools/
FMTOOLS_VERSION = 2.0.1
FMTOOLS_SITE = http://benpfaff.org/fmtools
FMTOOLS_LICENSE = GPLv2+
FMTOOLS_LICENSE_FILES = COPYING

define FMTOOLS_BUILD_CMDS
	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef

define FMTOOLS_INSTALL_TARGET_CMDS
	$(INSTALL) -D -m 0755 $(@D)/fm $(TARGET_DIR)/usr/sbin/fm
	$(INSTALL) -D -m 0755 $(@D)/fmscan $(TARGET_DIR)/usr/sbin/fmscan
endef

$(eval $(generic-package))
$(eval $(autotools-package))