summaryrefslogtreecommitdiff
path: root/scripts/prereq.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-22 23:55:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-22 23:55:31 +0100
commit1d1bbf63ba32d1199b4ecff9d2296fc79ea276ec (patch)
treeebcbd5437e6242cef2303eeba661b0d87b3fec58 /scripts/prereq.sh
parent968998a744a571cd373dc8e0553beb3811a8b53f (diff)
fix libxml2-host compile, pkgconf is mandatory
Diffstat (limited to 'scripts/prereq.sh')
-rwxr-xr-xscripts/prereq.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index d4212ec93..fa2d52161 100755
--- a/scripts/prereq.sh
+++ b/scripts/prereq.sh
@@ -502,11 +502,6 @@ else
printf "found\n"
fi
-host_build_pkgconf=0
-if ! which pkgconf >/dev/null 2>&1; then
- host_build_pkgconf=1
-fi
-
host_build_tar=0
if which tar >/dev/null 2>&1; then
if ! tar --version 2>/dev/null|grep GNU >/dev/null;then
@@ -664,9 +659,6 @@ fi
if [ $host_build_patch -eq 1 ]; then
printf "\t%s\n" "select ADK_HOST_BUILD_PATCH" >> $topdir/target/config/Config.in.prereq
fi
-if [ $host_build_pkgconf -eq 1 ]; then
- printf "\t%s\n" "select ADK_HOST_BUILD_PKGCONF" >> $topdir/target/config/Config.in.prereq
-fi
if [ $host_build_findutils -eq 1 ]; then
printf "\t%s\n" "select ADK_HOST_BUILD_FINDUTILS" >> $topdir/target/config/Config.in.prereq
fi