From 9424be2d1e8eb88a1feef091f2cd34d6413a6485 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Fri, 9 May 2008 20:03:19 +0000 Subject: [PATCH] openipmi: forgot the recipe --- packages/openipmi/openipmi_2.0.14.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/openipmi/openipmi_2.0.14.bb 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 -- 2.39.5