summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-01-08 22:59:27 +0100
committerHenning Heinold <henning@itconsulting-heinold.de>2014-01-09 01:26:14 +0100
commit782560f9f5694141096f6fb26e47ca0f529da27e (patch)
treeb3cc8d41aa91b3a2f910b1637d0ea8985b4dd865 /recipes-core/openjdk
parent923619ee1aeb4fe3175d538185293f9479a4e3e1 (diff)
downloadmeta-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')
-rw-r--r--recipes-core/openjdk/openjdk-6-common.inc3
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
3ICEDTEA = "icedtea6-${ICEDTEA_VERSION}" 3ICEDTEA = "icedtea6-${ICEDTEA_VERSION}"
4 4
5INC_PR = "r21" 5INC_PR = "r22"
6 6
7SRC_URI = "\ 7SRC_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
302FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" 303FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample"