diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 3246814..7947157 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -4,8 +4,8 @@ LICENSE = "GPL-2.0-with-classpath-exception" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | # Name of the icedtea tarball and top-level directory. | 7 | ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE'),d)[1].split("-")[1] or '1.0'}" |
8 | ICEDTEA = "NEEDS TO BE SET" | 8 | ICEDTEA = "icedtea-${ICEDTEA_VERSION}" |
9 | 9 | ||
10 | S = "${WORKDIR}/${ICEDTEA}" | 10 | S = "${WORKDIR}/${ICEDTEA}" |
11 | B = "${S}/build" | 11 | B = "${S}/build" |
@@ -307,6 +307,8 @@ FILES_${JDKPN}-dbg = "\ | |||
307 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/native_threads/.debug \ | 307 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/native_threads/.debug \ |
308 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/server/.debug \ | 308 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/server/.debug \ |
309 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/shark/.debug \ | 309 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/shark/.debug \ |
310 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/cacao/.debug \ | ||
311 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/jamvm/.debug \ | ||
310 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ | 312 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ |
311 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ | 313 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ |
312 | " | 314 | " |