diff options
author | Robert Schuster <thebohemian@openembedded.org> | 2008-10-17 11:44:56 +0200 |
---|---|---|
committer | Robert Schuster <thebohemian@openembedded.org> | 2008-10-22 14:52:10 +0200 |
commit | 4736863de9f72396e1ee0b91ba2f5f193ba367ad (patch) | |
tree | 8c157ec8b0cc919a2b8bb20e58ace97dd6242b9c /packages | |
parent | 9c991af9e1fb60fafa3c12d31ba87990b410e39f (diff) |
classpath.inc: Simplify by using BPN/BP.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/classpath/classpath-native.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc index d178ce6779..31015b3d71 100644 --- a/packages/classpath/classpath-native.inc +++ b/packages/classpath/classpath-native.inc @@ -8,10 +8,6 @@ DEPENDS = "ecj-initial fastjar-native zip-native gettext-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 () { cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S} |