aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-28 21:14:56 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 14:59:52 +0200
commit1b793a9abc6f0b884b63dbdd545acdd002b98ae6 (patch)
treebcbbda7572ba933a42e77f9ccbb134b70b9d060c /meta-networking/recipes-support
parentd1cf7021ee58564212dbc08699d8a3825c147866 (diff)
downloadmeta-openembedded-contrib-1b793a9abc6f0b884b63dbdd545acdd002b98ae6.tar.gz
netcf: upgrade to latest 0.2.8
Fix compile failure while gnulib upgraded to 2017-08-20.18 ... | In file included from ../../../git/gnulib/lib/printf-args.h:41:0, | from ../../../git/gnulib/lib/printf-parse.h:29, | from ../../../git/gnulib/lib/printf-parse.c:36: | ./wchar.h:571:6: error: #if with no expression | # if ... Update HOMEPAGE, SRC_URI since the formers are obsolete. Update SRCREV, although version not change, but the former was two years ago. Tweak PV. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/netcf/netcf_0.2.8.bb (renamed from meta-networking/recipes-support/netcf/netcf_git.bb)12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
index a7a5000e27..9a6f60ea22 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
@@ -1,15 +1,15 @@
SUMMARY = "netcf"
DESCRIPTION = "netcf is a cross-platform network configuration library."
-HOMEPAGE = "https://fedorahosted.org/netcf/"
+HOMEPAGE = "https://pagure.io/netcf"
SECTION = "libs"
LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
-SRCREV = "9158278ad35b46ce9a49b2e887483c6d8c287994"
-PV = "0.2.8+git${SRCPV}"
+SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4"
+PV .= "+git${SRCPV}"
-SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \
+SRC_URI = "git://pagure.io/netcf.git;protocol=https \
"
DEPENDS += "augeas libnl libxslt libxml2 gnulib"
@@ -23,6 +23,8 @@ EXTRA_OECONF_append_class-target = " --with-driver=redhat"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts,"
+EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
+
do_configure_prepend() {
currdir=`pwd`
cd ${S}