summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-release-03b147.inc
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2021-08-09 14:09:37 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-08-11 07:19:27 +0200
commitb71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch)
tree8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/icedtea/openjdk-7-release-03b147.inc
parent984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff)
downloadmeta-java-b71a9866abfd5292650ef0afc5ecb9ab5e29b887.tar.gz
all: run convert-overrides (0.9.3) script to convert to new override format
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r--recipes-core/icedtea/openjdk-7-release-03b147.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc
index 627501c..16bf592 100644
--- a/recipes-core/icedtea/openjdk-7-release-03b147.inc
+++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" 5FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:"
6 6
7# Force arm mode for now 7# Force arm mode for now
8ARM_INSTRUCTION_SET_armv4t = "ARM" 8ARM_INSTRUCTION_SET:armv4t = "ARM"
9 9
10ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" 10ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced"
11 11
@@ -133,4 +133,4 @@ export DISTRIBUTION_PATCHES = " \
133 133
134# readdir_r was deprecated in glibc-2.24. Ignore the error for now 134# readdir_r was deprecated in glibc-2.24. Ignore the error for now
135# NOTE: When updating the recipe, please check if this is still needed 135# NOTE: When updating the recipe, please check if this is still needed
136CFLAGS_append = " -Wno-error=deprecated-declarations" 136CFLAGS:append = " -Wno-error=deprecated-declarations"