mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
Added netcf recipe, libvirt dependency
Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
02e4046656
commit
9f60c7d889
25
recipes-networking/netcf/netcf_git.bb
Normal file
25
recipes-networking/netcf/netcf_git.bb
Normal file
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user