diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-07-31 19:20:25 +0000 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-16 09:19:32 +0200 |
| commit | defa36fd9c0722b30ab9981bce0905c7d5153a64 (patch) | |
| tree | 2d2989985ce596dd76bd2a33498551345184997a /recipes-core/openjdk | |
| parent | da0b3a20a67496dc8d4282d19a60672001b7f825 (diff) | |
| download | meta-java-defa36fd9c0722b30ab9981bce0905c7d5153a64.tar.gz | |
icedtea-native: Fix build on ubuntu 12.04 release
It conflicts definitions from standard include
so backport a patch from upstream
When here also change the LICENSE field to be more compatible
to avoid warnings like
WARNING: icedtea6-native: No generic license file exists for: GPL in any
provider
WARNING: icedtea6-native: No generic license file exists for: with in
any provider
WARNING: icedtea6-native: No generic license file exists for: Classpath
in any provider
WARNING: icedtea6-native: No generic license file exists for: Exception
in any provider
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/openjdk')
| -rw-r--r-- | recipes-core/openjdk/openjdk-6-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index c7693fe..a9adbc8 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | DESCRIPTION = "Java runtime based upon the OpenJDK- and Icedtea Project" | 1 | DESCRIPTION = "Java runtime based upon the OpenJDK- and Icedtea Project" |
| 2 | HOMEPAGE = "http://icedtea.classpath.org" | 2 | HOMEPAGE = "http://icedtea.classpath.org" |
| 3 | LICENSE = "GPL with Classpath Exception" | 3 | LICENSE = "GPL-2.0-with-classpath-exception" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | 6 | ||
| @@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET" | |||
| 10 | S = "${WORKDIR}/${ICEDTEA}" | 10 | S = "${WORKDIR}/${ICEDTEA}" |
| 11 | B = "${S}/build" | 11 | B = "${S}/build" |
| 12 | 12 | ||
| 13 | INC_PR = "r19" | 13 | INC_PR = "r20" |
| 14 | 14 | ||
| 15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
| 16 | ${ICEDTEA_URI} \ | 16 | ${ICEDTEA_URI} \ |
