summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath-native.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-09-24 01:05:48 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-09-24 01:05:48 +0000
commitc28da98a0deade5070e2284d5a6754b7695e7d2a (patch)
treeababe4f974d583138205846c8527a0652c91d033 /packages/classpath/classpath-native.inc
parentcac655b86010abf1e709bc59f59601a5e77269d6 (diff)
classpath: simplfiy patch handling for native and minimal
* maninpulate FILESDIR as suggested in the oe manual, so we don't need a patch thrice * drop the extrad dirs and patches * do not need bump PR no runtime changes
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 () {