Last active
November 1, 2016 20:16
-
-
Save dhilst/02eccb8e1e02312327aa6db6cdc9d501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DESCRIPTION = "JDK 8.60 plus JavaFX compiled for iMX.6" | |
LICENSE = "MIT" | |
TARFILE = "jdk1.8.0_60-plus-JFX.tar.gz" | |
SRC_URI = "file://${TARFILE}" | |
FILES_${PN} = "/opt/jdk1.8.0_60/*" | |
# Disable -dbg package creation. | |
INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |
INSANE_SKIP_${PN} = "already-stripped dev-so ldflags" | |
do_install() { | |
install -d ${D}/opt | |
cp -a ${WORKDIR}/jdk1.8.0_60 ${D}/opt/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment