summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath-native.inc
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-25 12:31:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-25 12:31:11 +0000
commit18b8a107ca4f903a486988b9562c8055ada1c018 (patch)
treea8c9019724f4f3c55b6b59b8259439ce5ec885e9 /packages/classpath/classpath-native.inc
parent627c4ce3d477576fcf1f13949341c9894f913061 (diff)
parentf98bbbba774cd1fa5c4d320639617218bc74b987 (diff)
merge of '0c1609602324e53bbaa1c371330798fbeb1adaec'
and '4375f1c5c294da70172d3a0d99da040cb85d66fd'
Diffstat (limited to 'packages/classpath/classpath-native.inc')
-rw-r--r--packages/classpath/classpath-native.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index 060dd3f540..d178ce6779 100644
--- a/packages/classpath/classpath-native.inc
+++ b/packages/classpath/classpath-native.inc
@@ -2,15 +2,15 @@ DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent
HOMEPAGE = "http://www.gnu.org/software/classpath/"
LICENSE = "Classpath"
-S = "${WORKDIR}/classpath-${PV}"
-
-SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
-
+inherit autotools native
DEPENDS = "ecj-initial fastjar-native zip-native gettext-native"
-inherit autotools native
+SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
+
+S = "${WORKDIR}/classpath-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/classpath-${PV}"
do_configure_prepend () {