diff options
| -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 @@ | |||
| 1 | SUMMARY = "netcf" | 1 | SUMMARY = "netcf" |
| 2 | DESCRIPTION = "netcf is a cross-platform network configuration library." | 2 | DESCRIPTION = "netcf is a cross-platform network configuration library." |
| 3 | HOMEPAGE = "https://fedorahosted.org/netcf/" | 3 | HOMEPAGE = "https://pagure.io/netcf" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" |
| 8 | 8 | ||
| 9 | SRCREV = "9158278ad35b46ce9a49b2e887483c6d8c287994" | 9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" |
| 10 | PV = "0.2.8+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \ | 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | DEPENDS += "augeas libnl libxslt libxml2 gnulib" | 15 | DEPENDS += "augeas libnl libxslt libxml2 gnulib" |
| @@ -23,6 +23,8 @@ EXTRA_OECONF_append_class-target = " --with-driver=redhat" | |||
| 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 24 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," | 24 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," |
| 25 | 25 | ||
| 26 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | ||
| 27 | |||
| 26 | do_configure_prepend() { | 28 | do_configure_prepend() { |
| 27 | currdir=`pwd` | 29 | currdir=`pwd` |
| 28 | cd ${S} | 30 | cd ${S} |
