diff options
Diffstat (limited to 'packages/openipmi/openipmi_2.0.14.bb')
-rw-r--r-- | packages/openipmi/openipmi_2.0.14.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/openipmi/openipmi_2.0.14.bb b/packages/openipmi/openipmi_2.0.14.bb new file mode 100644 index 0000000000..6909eede44 --- /dev/null +++ b/packages/openipmi/openipmi_2.0.14.bb @@ -0,0 +1,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 |