summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-01-21 15:46:07 +0100
committerRichard Leitner <richard.leitner@skidata.com>2020-01-21 15:46:07 +0100
commit90c1f4955249381c56b0e8a7bac73a8fe82e67a7 (patch)
tree80961629b93f3ffb79c4c9c4878d7b145af9765c /recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
parent12c4dd84c20887dc693c3616865030a962d0e0f0 (diff)
downloadmeta-java-90c1f4955249381c56b0e8a7bac73a8fe82e67a7.tar.gz
openjdk-7: add patch to fix xattr include path
As attr dropped the <attr/xattr.h> header use <sys/xattr.h> instead. http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38 Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb')
-rw-r--r--recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
index 87de6be..d774cc2 100644
--- a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
+++ b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
@@ -41,6 +41,7 @@ OEPATCHES = "\
41 file://build-hacks.patch \ 41 file://build-hacks.patch \
42 file://fix_hotspot_crosscompile.patch \ 42 file://fix_hotspot_crosscompile.patch \
43 file://icedtea-makefile-unzip.patch \ 43 file://icedtea-makefile-unzip.patch \
44 file://icedtea-m4-fix-xattr-include-path.patch \
44" 45"
45 46
46ICEDTEAPATCHES = "\ 47ICEDTEAPATCHES = "\
@@ -50,6 +51,7 @@ ICEDTEAPATCHES = "\
50 file://icedtea-crosscompile-fix.patch;apply=no \ 51 file://icedtea-crosscompile-fix.patch;apply=no \
51 file://icedtea-xawt-crosscompile-fix.patch;apply=no \ 52 file://icedtea-xawt-crosscompile-fix.patch;apply=no \
52 file://icedtea-jdk-unzip.patch;apply=no \ 53 file://icedtea-jdk-unzip.patch;apply=no \
54 file://icedtea-jdk-fix-xattr-include.patch;apply=no \
53 file://icedtea-dtrace-std_h.patch;apply=no \ 55 file://icedtea-dtrace-std_h.patch;apply=no \
54 file://icedtea-hotspot-fix-string-literal-marcos.patch;apply=no \ 56 file://icedtea-hotspot-fix-string-literal-marcos.patch;apply=no \
55 file://icedtea-flags-to-compile-with-GCC-6.patch;apply=no \ 57 file://icedtea-flags-to-compile-with-GCC-6.patch;apply=no \
@@ -63,6 +65,7 @@ DISTRIBUTION_PATCHES = "\
63 patches/icedtea-crosscompile-fix.patch \ 65 patches/icedtea-crosscompile-fix.patch \
64 patches/icedtea-xawt-crosscompile-fix.patch \ 66 patches/icedtea-xawt-crosscompile-fix.patch \
65 patches/icedtea-jdk-unzip.patch \ 67 patches/icedtea-jdk-unzip.patch \
68 patches/icedtea-jdk-fix-xattr-include.patch \
66 patches/icedtea-dtrace-std_h.patch \ 69 patches/icedtea-dtrace-std_h.patch \
67 patches/icedtea-hotspot-fix-string-literal-marcos.patch \ 70 patches/icedtea-hotspot-fix-string-literal-marcos.patch \
68 patches/icedtea-flags-to-compile-with-GCC-6.patch \ 71 patches/icedtea-flags-to-compile-with-GCC-6.patch \