summaryrefslogtreecommitdiffstats
path: root/recipes-networking/netcf/netcf_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:08:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:09:24 +0200
commitec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-networking/netcf/netcf_git.bb
downloadmeta-virtualization-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-networking/netcf/netcf_git.bb')
-rw-r--r--recipes-networking/netcf/netcf_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-networking/netcf/netcf_git.bb b/recipes-networking/netcf/netcf_git.bb
new file mode 100644
index 00000000..d380e95e
--- /dev/null
+++ b/recipes-networking/netcf/netcf_git.bb
@@ -0,0 +1,27 @@
1SUMMARY = "netcf"
2DESCRIPTION = "netcf is a cross-platform network configuration library."
3HOMEPAGE = "https://fedorahosted.org/netcf/"
4SECTION = "console/tools"
5LICENSE = "LGPLv2.1"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
8
9SRCREV = "2b0d9ca226c13d7150382367f62b256bdb2db5ef"
10PR = "r1"
11PV = "0.2.2+git${SRCPV}"
12
13SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \
14 file://0001-fix-network-driver-check-issue-on-opensuse.patch \
15"
16
17DEPENDS += "augeas libnl libxslt libxml2"
18
19S = "${WORKDIR}/git"
20
21inherit gettext autotools
22
23do_configure_prepend() {
24 cd ${S}
25 ./bootstrap
26}
27