summaryrefslogtreecommitdiff
path: root/package/classpath
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
commit9492f70965e2d1c669df4c5fc56b4bac465f6b88 (patch)
treec5e34b0062162abd2311935f69015a332751b97f /package/classpath
parent8f4b5ed938071262638928deaf18552040360f4a (diff)
fix cris allconfig build
Diffstat (limited to 'package/classpath')
-rw-r--r--package/classpath/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/classpath/Makefile b/package/classpath/Makefile
index 3292232c1..fd5efa109 100644
--- a/package/classpath/Makefile
+++ b/package/classpath/Makefile
@@ -14,6 +14,8 @@ PKG_DEPENDS:= libgtk gdk-pixbuf orbit2 gconf
PKG_URL:= http://www.gnu.org/software/classpath/home.html
PKG_SITES:= ${MASTER_SITE_GNU:=classpath/}
+PKG_ARCH_DEPENDS:= !cris
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,CLASSPATH,classpath,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))