summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-10 17:27:51 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-10 17:27:51 +0100
commit22684e6dee0f4ec612b6913b1cbdd0abee60c66b (patch)
tree841539672127649e44266abe220c027a0140ab7d /scripts
parent2d149152e711fd05dd82aba99b879d9cefb0c6c0 (diff)
parent2e7d502c6344dcc949d64a7c9d689ff90e3bbb10 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 985009051..e00ef2da4 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -166,13 +166,8 @@ if [[ -n $ADK_PACKAGE_GLIB ]]; then
NEED_GETTEXT="$NEED_GETTEXT glib"
fi
-if [[ -n $ADK_PACKAGE_BCM2835_VC ]]; then
- NEED_CMAKE="$NEED_CMAKE bcm2835-vc"
-fi
-
if [[ -n $ADK_PACKAGE_YAJL ]]; then
NEED_RUBY="$NEED_RUBY yajl"
- NEED_CMAKE="$NEED_CMAKE yajl"
fi
if [[ -n $ADK_PACKAGE_XBMC ]]; then
@@ -347,13 +342,6 @@ if [[ -n $NEED_BISON ]]; then
fi
fi
-if [[ -n $NEED_CMAKE ]]; then
- if ! which cmake >/dev/null 2>&1; then
- echo >&2 You need cmake to build $NEED_CMAKE
- out=1
- fi
-fi
-
if [[ -n $NEED_ZIP ]]; then
if ! which zip >/dev/null 2>&1; then
echo >&2 You need zip to build $NEED_ZIP