aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openipmi/openipmi_2.0.14.bb
blob: 6909eede4439129f49da5b4918ff924a49363bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "OpenIPMI is an effort to create a full-function IPMI system, \
               to allow full access to all IPMI information on a server \
               and to abstract it to a level that will make it easy to use"
HOMEPAGE = "http://openipmi.sourceforge.net"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "popt"

SRC_URI = "${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz"

S = "${WORKDIR}/OpenIPMI-${PV}"

inherit autotools