mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
openjdk: Fix secondaryArchSuffix syntax, mark untested again.
The correct solution is probably to have this package explicitly download an earlier HPKG and use it, because circular dependencies are against general notions of sanity (and the Kitchen can't deal with them)
This commit is contained in:
@@ -21,7 +21,7 @@ SOURCE_URI_8="hg+http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn#jdk8u40-b27"
|
|||||||
SOURCE_DIR="jdk"
|
SOURCE_DIR="jdk"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="?x86" # circular dependency - needs fixing
|
||||||
|
|
||||||
DISABLE_SOURCE_PACKAGE=yes
|
DISABLE_SOURCE_PACKAGE=yes
|
||||||
# at least as long as Ant and a complete SDK image are part of the sources
|
# at least as long as Ant and a complete SDK image are part of the sources
|
||||||
@@ -184,7 +184,7 @@ INSTALL()
|
|||||||
|
|
||||||
SUMMARY_sources="OpenJDK Development Kit (JDK) source files, demos and examples"
|
SUMMARY_sources="OpenJDK Development Kit (JDK) source files, demos and examples"
|
||||||
PROVIDES_sources="
|
PROVIDES_sources="
|
||||||
openjdk$secondaryArchSuffix_sources = $portVersion compat >= 1.8
|
openjdk${secondaryArchSuffix}_sources = $portVersion compat >= 1.8
|
||||||
"
|
"
|
||||||
REQUIRES_sources="
|
REQUIRES_sources="
|
||||||
openjdk$secondaryArchSuffix
|
openjdk$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user