eb50abe7cf
[Thomas: add optional dependency on Busybox, because debianutils installs its own version of which, so we need to override the Busybox one.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
654 B
Makefile
17 lines
654 B
Makefile
################################################################################
|
|
#
|
|
# debianutils
|
|
#
|
|
################################################################################
|
|
|
|
DEBIANUTILS_VERSION = 4.4
|
|
DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.gz
|
|
DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20130728T034252Z/pool/main/d/debianutils
|
|
DEBIANUTILS_CONF_OPTS = --exec-prefix=/
|
|
# Make sure we override the busybox tools, such as which
|
|
DEBIANUTILS_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
|
DEBIANUTILS_LICENSE = GPLv2+, SMAIL (savelog)
|
|
DEBIANUTILS_LICENSE_FILES = debian/copyright
|
|
|
|
$(eval $(autotools-package))
|