projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f290aa7
)
dependencies.sh: only javac and jar are needed by classpath
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 4 Dec 2012 20:09:10 +0000
(12:09 -0800)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 4 Dec 2012 20:09:10 +0000
(12:09 -0800)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/dependencies/dependencies.sh
patch
|
blob
|
history
diff --git
a/support/dependencies/dependencies.sh
b/support/dependencies/dependencies.sh
index 1b79b2395c9c5216b258ae1b1a7d994e2ba2c1b2..7a02512c08f7e3315c4169c3de97ea40b895f79b 100755
(executable)
--- a/
support/dependencies/dependencies.sh
+++ b/
support/dependencies/dependencies.sh
@@
-159,7
+159,7
@@
if grep ^BR2_TOOLCHAIN_BUILDROOT=y $CONFIG_FILE > /dev/null && \
fi
fi
if grep -q ^BR2_PACKAGE_CLASSPATH=y $CONFIG_FILE ; then
- for prog in java
java
c jar; do
+ for prog in javac jar; do
if ! which $prog > /dev/null ; then
/bin/echo -e "\nYou must install '$prog' on your build machine\n" >&2
exit 1