diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-16 13:52:04 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-17 14:11:51 +0200 |
commit | a6e5816456eca3f49e806747a5b7a2bd7fe3ccba (patch) | |
tree | ae6ae0cd97948b050cc005d361a1b6a3c5e8b8ec /recipes/icedtea/icedtea6-native_1.8.bb | |
parent | 587374131ce94cd701955bca7e23e31761ce51ac (diff) |
icedtea6-native: use the right variable for zip and override it via make commandline
* bump INC_PR
Diffstat (limited to 'recipes/icedtea/icedtea6-native_1.8.bb')
-rw-r--r-- | recipes/icedtea/icedtea6-native_1.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/icedtea/icedtea6-native_1.8.bb b/recipes/icedtea/icedtea6-native_1.8.bb index 61cf6e673b..67c26321ce 100644 --- a/recipes/icedtea/icedtea6-native_1.8.bb +++ b/recipes/icedtea/icedtea6-native_1.8.bb @@ -42,7 +42,6 @@ ICEDTEA_PATCHES = "\ file://icedtea-hotspot-make-arch-sane-for-x86.patch;apply=no \ file://icedtea-jdk-sane-x86-arch.patch;apply=no \ file://icedtea-unbreak-float.patch;apply=no \ - file://icedtea-oe-path.patch;apply=no \ " export DISTRIBUTION_PATCHES = "\ @@ -52,7 +51,6 @@ export DISTRIBUTION_PATCHES = "\ patches/icedtea-hotspot-make-arch-sane-for-x86.patch \ patches/icedtea-jdk-sane-x86-arch.patch \ patches/icedtea-unbreak-float.patch \ - patches/icedtea-oe-path.patch \ " EXTRA_OECONF += " --with-jaxws-drop-zip=${DL_DIR}/jdk6-jaxws-2009_10_27.zip \ |