diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-24 01:05:48 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-24 01:05:48 +0000 |
commit | c28da98a0deade5070e2284d5a6754b7695e7d2a (patch) | |
tree | ababe4f974d583138205846c8527a0652c91d033 /packages/classpath/classpath-minimal-0.97.2 | |
parent | cac655b86010abf1e709bc59f59601a5e77269d6 (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-minimal-0.97.2')
-rw-r--r-- | packages/classpath/classpath-minimal-0.97.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/classpath/classpath-minimal-0.97.2/autotools.patch | 13 |
2 files changed, 0 insertions, 13 deletions
diff --git a/packages/classpath/classpath-minimal-0.97.2/.mtn2git_empty b/packages/classpath/classpath-minimal-0.97.2/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/classpath/classpath-minimal-0.97.2/.mtn2git_empty +++ /dev/null diff --git a/packages/classpath/classpath-minimal-0.97.2/autotools.patch b/packages/classpath/classpath-minimal-0.97.2/autotools.patch deleted file mode 100644 index e36e143b5f..0000000000 --- a/packages/classpath/classpath-minimal-0.97.2/autotools.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: classpath-0.97.2/configure.ac -=================================================================== ---- classpath-0.97.2.orig/configure.ac 2008-06-06 02:58:57.000000000 +0200 -+++ classpath-0.97.2/configure.ac 2008-08-02 00:58:16.537364104 +0200 -@@ -41,6 +41,8 @@ - AC_CONFIG_HEADERS([include/config.h]) - AC_PREFIX_DEFAULT(/usr/local/classpath) - -+AC_CONFIG_MACRO_DIR([m4]) -+ - dnl ----------------------------------------------------------- - dnl Enable collections.jar (disabled by default) - dnl ----------------------------------------------------------- |