mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
committed by
Joe MacDonald
parent
e854d0d71e
commit
a1b14825aa
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user