From 9f60c7d88958a85ceeacaa4383daba92a9ea7848 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Thu, 6 Dec 2012 10:58:10 +0100 Subject: Added netcf recipe, libvirt dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström Reviewed-by: Bruce Ashfield --- recipes-networking/netcf/netcf_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-networking/netcf/netcf_git.bb diff --git a/recipes-networking/netcf/netcf_git.bb b/recipes-networking/netcf/netcf_git.bb new file mode 100644 index 00000000..60fc446d --- /dev/null +++ b/recipes-networking/netcf/netcf_git.bb @@ -0,0 +1,25 @@ +SUMMARY = "netcf" +DESCRIPTION = "netcf is a cross-platform network configuration library." +HOMEPAGE = "https://fedorahosted.org/netcf/" +SECTION = "console/tools" +LICENSE = "LGPLv2.1" + +LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" + +SRCREV = "2b0d9ca226c13d7150382367f62b256bdb2db5ef" +PR = "r0" +PV = "0.2.2+git${SRCPV}" + +SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git" + +DEPENDS += "augeas libnl libxslt libxml2" + +S = "${WORKDIR}/git" + +inherit gettext autotools + +do_configure_prepend() { + cd ${S} + ./bootstrap +} + -- cgit v1.2.3-54-g00ecf