summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorVyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>2020-06-29 09:14:00 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-07-02 08:51:49 +0200
commit498492b8b4d8a32fd1bc9b124cad5a022b7affae (patch)
tree81cb7aa6ccb8d1b4632a43a92489bcef2de20905 /recipes-core/icedtea/icedtea7-native.inc
parent3cbf5d53914f186cb53d3fdf016052a7aadd7679 (diff)
downloadmeta-java-498492b8b4d8a32fd1bc9b124cad5a022b7affae.tar.gz
icedtea7-native: set unique download file names
Add package names to download file names. This allows to avoid name collisions in case PREMIRRORS are used and all source archives reside in the same directory. Fixed mixed indentation. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc47
1 files changed, 22 insertions, 25 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index a5daa7c..c575059 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -72,31 +72,28 @@ export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}"
72INSANE_SKIP_${PN} = "already-stripped" 72INSANE_SKIP_${PN} = "already-stripped"
73 73
74EXTRA_OECONF = "\ 74EXTRA_OECONF = "\
75 --with-parallel-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ 75 --with-parallel-jobs=${@openjdk_build_helper_get_parallel_make(d)} \
76 \ 76 --disable-tests \
77 --disable-tests \ 77 --disable-hotspot-tests \
78 --disable-hotspot-tests \ 78 --disable-langtools-tests \
79 --disable-langtools-tests \ 79 --disable-jdk-tests \
80 --disable-jdk-tests \ 80 --disable-pulse-java \
81 --disable-pulse-java \ 81 --disable-docs \
82 --disable-docs \ 82 --disable-nss \
83 --disable-nss \ 83 --disable-system-lcms \
84 --disable-system-lcms \ 84 --disable-system-gtk \
85 --disable-system-gtk \ 85 --with-jdk-home=${WORKDIR}/fake-jdk \
86 \ 86 --with-javac=${STAGING_BINDIR_NATIVE}/javac \
87 --with-jdk-home=${WORKDIR}/fake-jdk \ 87 --with-rhino=${STAGING_DATADIR_NATIVE}/java/rhino.jar \
88 --with-javac=${STAGING_BINDIR_NATIVE}/javac \ 88 --with-openjdk-src-zip=${DL_DIR}/${OPENJDK_FILE_DOWNLOAD} \
89 --with-rhino=${STAGING_DATADIR_NATIVE}/java/rhino.jar \ 89 --with-hotspot-src-zip=${DL_DIR}/${HOTSPOT_FILE_DOWNLOAD} \
90 \ 90 --with-corba-src-zip=${DL_DIR}/${CORBA_FILE_DOWNLOAD} \
91 --with-openjdk-src-zip=${DL_DIR}/${OPENJDK_FILE} \ 91 --with-jaxp-src-zip=${DL_DIR}/${JAXP_FILE_DOWNLOAD} \
92 --with-hotspot-src-zip=${DL_DIR}/${HOTSPOT_FILE} \ 92 --with-jaxws-src-zip=${DL_DIR}/${JAXWS_FILE_DOWNLOAD} \
93 --with-corba-src-zip=${DL_DIR}/${CORBA_FILE} \ 93 --with-jdk-src-zip=${DL_DIR}/${JDK_FILE_DOWNLOAD} \
94 --with-jaxp-src-zip=${DL_DIR}/${JAXP_FILE} \ 94 --with-langtools-src-zip=${DL_DIR}/${LANGTOOLS_FILE_DOWNLOAD} \
95 --with-jaxws-src-zip=${DL_DIR}/${JAXWS_FILE} \ 95 ac_cv_path_UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \
96 --with-jdk-src-zip=${DL_DIR}/${JDK_FILE} \ 96"
97 --with-langtools-src-zip=${DL_DIR}/${LANGTOOLS_FILE} \
98 ac_cv_path_UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \
99 "
100 97
101JDK_DIR = "icedtea7-native" 98JDK_DIR = "icedtea7-native"
102 99