summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-22 15:47:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-29 22:02:55 +0100
commit019a581f89056e34fa7583a16de48c37c2c39ea2 (patch)
tree30cd8aaf28beafc63f0fefdd1e5b74c3211cc122 /package/util-linux
parent3ee3e3d22e0166ce52e96a43977338feeab1fcc5 (diff)
downloadbuildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.tar.gz
buildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.zip
packages: switch to host-pkgconf
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/util-linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 71a6c533a..f6028f434 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -9,13 +9,13 @@ UTIL_LINUX_SOURCE = util-linux-$(UTIL_LINUX_VERSION).tar.bz2
UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERSION_MAJOR)
UTIL_LINUX_AUTORECONF = YES
UTIL_LINUX_INSTALL_STAGING = YES
-UTIL_LINUX_DEPENDENCIES = host-pkg-config
+UTIL_LINUX_DEPENDENCIES = host-pkgconf
UTIL_LINUX_CONF_ENV = scanf_cv_type_modifier=no
UTIL_LINUX_CONF_OPT += --disable-rpath --disable-makeinstall-chown
# We don't want the host-busybox dependency to be added automatically
-HOST_UTIL_LINUX_DEPENDENCIES = host-pkg-config
+HOST_UTIL_LINUX_DEPENDENCIES = host-pkgconf
# If both util-linux and busybox are selected, make certain util-linux
# wins the fight over who gets to have their utils actually installed