diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-02-15 21:38:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-15 21:38:27 +0000 |
commit | 58f1f76eb7dd4d4cc8bcabbbbafc0cd0451bf5b8 (patch) | |
tree | e75d57f8eaff568c3500283c56b3c5032b8c44d4 /build | |
parent | 6dd9f2cda829e3e86a177c7b9b5cf8ca742bf2f7 (diff) | |
parent | 714313863248ea0041c86b74c64f1ae6b48af825 (diff) |
Merge "Build odl plugin with openjdk-8"
Diffstat (limited to 'build')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/Makefile b/build/f_isoroot/f_odlpluginbuild/Makefile index 36614a0ce..f2a47b7ad 100644 --- a/build/f_isoroot/f_odlpluginbuild/Makefile +++ b/build/f_isoroot/f_odlpluginbuild/Makefile @@ -11,6 +11,9 @@ TOP := $(shell pwd) ODL_BRANCH=brahmaputra-release ODL_REPO="https://github.com/openstack/fuel-plugin-opendaylight.git" +export USE_JAVA8=true +export JAVA8_URL=https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+files/openjdk-8-jre-headless_8u72-b15-1~trusty1_amd64.deb + .PHONY: all all: .odlbuild |