diff options
author | Damjan Marion <damarion@cisco.com> | 2016-04-11 19:29:39 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-14 23:29:48 +0000 |
commit | 95db5635710ac3239d8bf400e74ef1a4ceca5bc9 (patch) | |
tree | 63481f963e91bdf3370b16b392783c640ae15ac6 | |
parent | a42cd34f106869d5afc26f5b5db7e0cb2f73ae97 (diff) |
Fix dependency install on Ubuntu 16.04
Change-Id: I2a915a64c65ee78658ee782c0f16963024b8b2eb
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ MINIMAL_STARTUP_CONF="unix { interactive } dpdk { no-pci socket-mem 1024 }" GDB_ARGS= -ex "handle SIGUSR1 noprint nostop" DEB_DEPENDS = curl build-essential autoconf automake bison libssl-dev ccache -DEB_DEPENDS += debhelper dkms openjdk-7-jdk git libtool libganglia1-dev libapr1-dev +DEB_DEPENDS += debhelper dkms default-jdk git libtool libganglia1-dev libapr1-dev DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope RPM_DEPENDS_GROUPS = 'Development Tools' |