diff options
| -rw-r--r-- | meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb (renamed from meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb index f3c33dcb80..1230fcaee2 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb | |||
| @@ -11,8 +11,10 @@ LICENSE = "GPLv2" | |||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" | 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" |
| 14 | SRC_URI[md5sum] = "a5966e8433b60998709c4a922a407bac" | 14 | SRC_URI[md5sum] = "27e1cfff5b8dd95062ad415957e663e5" |
| 15 | SRC_URI[sha256sum] = "9670fbc5eb3dc113828be8b702549dc68ec9578cf83287520d935be76fc8f193" | 15 | SRC_URI[sha256sum] = "d94d7ccbc5c95ab39c95a0e5ae89a25a224f39b6811f2930d3a1885a69732259" |
| 16 | |||
| 17 | UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" | ||
| 16 | 18 | ||
| 17 | DEPENDS = "libnfnetlink openssl" | 19 | DEPENDS = "libnfnetlink openssl" |
| 18 | 20 | ||
| @@ -25,7 +27,6 @@ PACKAGECONFIG[libnl] = "--enable-libnl,--disable-libnl,libnl" | |||
| 25 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" | 27 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" |
| 26 | PACKAGECONFIG[systemd] = "--with-init=systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--with-init=SYSV,systemd" | 28 | PACKAGECONFIG[systemd] = "--with-init=systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--with-init=SYSV,systemd" |
| 27 | 29 | ||
| 28 | EXTRA_OECONF = "--disable-libiptc" | ||
| 29 | EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d" | 30 | EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d" |
| 30 | 31 | ||
| 31 | do_install_append() { | 32 | do_install_append() { |
