summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-24 18:27:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-24 18:27:33 +0100
commit148249d08af2ef833175d3f9176c6709798d4a14 (patch)
treedc39146d700ae5a224c45885719a2bc8934bd7eb /scripts/scan-pkgs.sh
parent18a6922a938023cb061b7cd9895412549cb17288 (diff)
parent826fae84981bf030b6bb9d20117a1a1634ba3334 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index c94d01138..79d416569 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -61,21 +61,6 @@ if [[ -n $ADK_NATIVE ]];then
fi
fi
-if [[ -n $ADK_COMPILE_OPENJDK ]]; then
- NEED_GXX="$NEED_GXX openjdk"
- NEED_XSLTPROC="$NEED_XSLTPROC openjdk"
-fi
-
-if [[ -n $ADK_COMPILE_OPENJDK ]]; then
- cd ${TOPDIR}/jtools; bash prereq.sh
- [ $? -ne 0 ] && out=1
-fi
-
-if [[ -n $ADK_COMPILE_OPENJDK7 ]]; then
- cd ${TOPDIR}/jtools; bash prereq.sh
- [ $? -ne 0 ] && out=1
-fi
-
if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then
NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config"
fi