aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-27 12:12:04 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 14:59:52 +0200
commitf45593d87c6b0d3aaa343e009e1cb078793461b1 (patch)
treea830082d34c1338843489ae1b2d2797d6d77be07 /meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
parent2e7082324dd2171231736606e03b7ddeb8db5ef2 (diff)
downloadmeta-openembedded-contrib-f45593d87c6b0d3aaa343e009e1cb078793461b1.tar.gz
openhpi: Fix build with clang+c++11
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb')
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
index 16e58dc73d..64b2cc38cc 100644
--- a/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
+++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
@@ -20,7 +20,7 @@ SECTION = "net"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4"
-DEPENDS = "net-snmp libxml2 ncurses openssl glib-2.0 popt e2fsprogs"
+DEPENDS = "net-snmp libxml2 ncurses openssl glib-2.0 popt e2fsprogs autoconf-archive-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
file://openhpi-netsnmp-cross-compile.patch \
@@ -36,6 +36,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
file://openhpi-use-serial-tests-config-needed-by-ptest.patch \
file://openhpi-fix-alignment-issue.patch \
file://0001-Fix-build-failures-with-gcc7.patch \
+ file://c++11.patch \
+ file://clang-c++11.patch \
\
file://openhpi.init \
file://openhpid.service \