summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-06-17 16:34:00 -0300
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-06-17 16:34:00 -0300
commite9b0786ea04f33d83b1afd3e90b80d24df34bd07 (patch)
tree1d9f87332ad67e8df08fca4f0eb7fb14ecf169ae
parent6154ddf9a29798b65c6acea64eca7791a2e378fb (diff)
downloadmeta-openclovis-e9b0786ea04f33d83b1afd3e90b80d24df34bd07.tar.gz
openhpi: use PACKAGECONFIG
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
-rw-r--r--recipes-extended/openhpi/openhpi.inc10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-extended/openhpi/openhpi.inc b/recipes-extended/openhpi/openhpi.inc
index d8b3e9b..199c238 100644
--- a/recipes-extended/openhpi/openhpi.inc
+++ b/recipes-extended/openhpi/openhpi.inc
@@ -2,13 +2,17 @@ DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies bui
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4"
5DEPENDS = "openssl zlib net-snmp sysfsutils" 5DEPENDS = "openssl zlib sysfsutils"
6 6
7INC_PR = "r0" 7INC_PR = "r1"
8 8
9inherit autotools gettext update-alternatives 9inherit autotools gettext update-alternatives
10 10
11EXTRA_OECONF = "--with-libxml2=${STAGING_LIBDIR}/.. --with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config" 11PACKAGECONFIG ??= "net-snmp"
12
13PACKAGECONFIG[net-snmp] = "--with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config,, net-snmp"
14
15EXTRA_OECONF = "--with-libxml2=${STAGING_LIBDIR}/.."
12 16
13FILES_${PN} += "${libdir}/${PN}/*" 17FILES_${PN} += "${libdir}/${PN}/*"
14 18