Skip to content

Commit

Permalink
openjdk-11-jre: Fix unpacking of VM for dunfell branch
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Veit <[email protected]>
  • Loading branch information
sebveit committed Feb 19, 2024
1 parent 580dbb2 commit 7a04b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes-core/openjdk-11-jre/openjdk-11-jre_11.0.21+9.bb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ API_JVM_IMPL = "hotspot"
API_HEAP_SIZE ?= "normal"
API_VENDOR = "eclipse"

SRC_URI = "https://api.adoptium.net/v3/binary/version/${API_RELEASE_NAME}/${API_OS}/${API_ARCH}/${API_IMAGE_TYPE}/${API_JVM_IMPL}/${API_HEAP_SIZE}/${API_VENDOR};downloadfilename=${BPN}-${API_ARCH}-${PV}.tar.gz;subdir=${BPN}-${PV};striplevel=1"
SRC_URI = "https://api.adoptium.net/v3/binary/version/${API_RELEASE_NAME}/${API_OS}/${API_ARCH}/${API_IMAGE_TYPE}/${API_JVM_IMPL}/${API_HEAP_SIZE}/${API_VENDOR};downloadfilename=${BPN}-${API_ARCH}-${PV}.tar.gz;subdir=${BPN}-${PV}"
SRC_URI[sha256sum] = "${JVM_CHECKSUM}"

S = "${WORKDIR}/${BPN}-${PV}/jdk-11.0.21+9-jre"

libdir_jre = "${libdir}/jvm/openjdk-11-jre"

# Prevent the packaging task from stripping out
Expand Down

0 comments on commit 7a04b9e

Please sign in to comment.