diff options
author | Henning Heinold <henning@itconsulting-heinold.de> | 2014-01-08 22:59:27 +0100 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-01-09 01:26:14 +0100 |
commit | 782560f9f5694141096f6fb26e47ca0f529da27e (patch) | |
tree | b3cc8d41aa91b3a2f910b1637d0ea8985b4dd865 /recipes-core/openjdk/openjdk-6-common.inc | |
parent | 923619ee1aeb4fe3175d538185293f9479a4e3e1 (diff) | |
download | meta-java-782560f9f5694141096f6fb26e47ca0f529da27e.tar.gz |
openjdk6: adjust debug package, fixing QA issue
* add /usr/src dir to debug package
* bump INC_PR
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-common.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index 3f3a957..e85f692 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc | |||
@@ -2,7 +2,7 @@ require openjdk-common.inc | |||
2 | 2 | ||
3 | ICEDTEA = "icedtea6-${ICEDTEA_VERSION}" | 3 | ICEDTEA = "icedtea6-${ICEDTEA_VERSION}" |
4 | 4 | ||
5 | INC_PR = "r21" | 5 | INC_PR = "r22" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | ${ICEDTEA_URI} \ | 8 | ${ICEDTEA_URI} \ |
@@ -297,6 +297,7 @@ FILES_${JDKPN}-dbg = "\ | |||
297 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/jamvm/.debug \ | 297 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/jamvm/.debug \ |
298 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ | 298 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ |
299 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ | 299 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ |
300 | /usr/src \ | ||
300 | " | 301 | " |
301 | 302 | ||
302 | FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" | 303 | FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" |