[oe-commits] Bruce Ashfield : netcf: move from meta-virtualization to meta-networking

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 20:33:27 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: a1b14825aaef4e3430849bd9e3f93302b2f83af1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a1b14825aaef4e3430849bd9e3f93302b2f83af1

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Mon Nov  4 00:49:42 2013 -0500

netcf: move from meta-virtualization to meta-networking

netcf was orginally introduced in meta-virtualization, since it provides
functionality required by libvirt, but it is otherwise not bound to
virtualization.

So we can move it to meta-networking, and in the process uprev to the
the latest 0.2.3 functinality.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 meta-networking/recipes-support/netcf/netcf_git.bb |   25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
new file mode 100644
index 0000000..60d82d1
--- /dev/null
+++ b/meta-networking/recipes-support/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 = "b8a19dc860b38c97c42115d8a559b78853452a4b"
+PV = "0.2.3+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
+}
+



More information about the Openembedded-commits mailing list