From 9c800471346e55c35cd7e31fdbc1a59850973de3 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 21 Jul 2015 17:19:03 +0800 Subject: [PATCH] corosync: upgrade 2.3.4 -> 2.3.5 Drop "--enable-nss" configure option because it is not be supported any more. Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- .../{corosync_2.3.4.bb => corosync_2.3.5.bb} | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) rename meta-oe/recipes-extended/corosync/{corosync_2.3.4.bb => corosync_2.3.5.bb} (88%) diff --git a/meta-oe/recipes-extended/corosync/corosync_2.3.4.bb b/meta-oe/recipes-extended/corosync/corosync_2.3.5.bb similarity index 88% rename from meta-oe/recipes-extended/corosync/corosync_2.3.4.bb rename to meta-oe/recipes-extended/corosync/corosync_2.3.5.bb index b84257fc0d..08c0893854 100644 --- a/meta-oe/recipes-extended/corosync/corosync_2.3.4.bb +++ b/meta-oe/recipes-extended/corosync/corosync_2.3.5.bb @@ -7,11 +7,9 @@ SECTION = "base" inherit autotools pkgconfig systemd -SRC_URI = "http://build.clusterlabs.org/corosync/releases/${BP}.tar.gz \ - " - -SRC_URI[md5sum] = "4b0f36a1dc014527e5b192265dbd7e70" -SRC_URI[sha256sum] = "3dae93fb1cf5c560295253b0560cbc25421ed053ee373852864f3a60c03247d4" +SRC_URI = "http://build.clusterlabs.org/corosync/releases/${BP}.tar.gz" +SRC_URI[md5sum] = "8894f00d499e0755467b381e6346f9ff" +SRC_URI[sha256sum] = "1d48cdfa224b0ceb02e27fe9d56b738fb2a92262b04b15bb3a67e1c4248da8e2" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=a85eb4ce24033adb6088dd1d6ffc5e5d" @@ -27,10 +25,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_unitdir}/system/,--with-systemddir=" -EXTRA_OECONF = "--disable-nss \ - --with-upstartdir=%{_sysconfdir}/init \ -" -EXTRA_OECONF += " --enable-nss " +EXTRA_OECONF = "--with-upstartdir=%{_sysconfdir}/init" do_configure_prepend() { ( cd ${S}