diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-07-21 17:19:03 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:05:47 +0200 |
| commit | 9c800471346e55c35cd7e31fdbc1a59850973de3 (patch) | |
| tree | cc3dd0e026e303aa5d3cedbf0fd65b7620c57a16 /meta-oe | |
| parent | d338b903b33507037042b4f699cef1b8ccaa11f2 (diff) | |
| download | meta-openembedded-9c800471346e55c35cd7e31fdbc1a59850973de3.tar.gz | |
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 <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/corosync/corosync_2.3.5.bb (renamed from meta-oe/recipes-extended/corosync/corosync_2.3.4.bb) | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/meta-oe/recipes-extended/corosync/corosync_2.3.4.bb b/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" | |||
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig systemd | 8 | inherit autotools pkgconfig systemd |
| 9 | 9 | ||
| 10 | SRC_URI = "http://build.clusterlabs.org/corosync/releases/${BP}.tar.gz \ | 10 | SRC_URI = "http://build.clusterlabs.org/corosync/releases/${BP}.tar.gz" |
| 11 | " | 11 | SRC_URI[md5sum] = "8894f00d499e0755467b381e6346f9ff" |
| 12 | 12 | SRC_URI[sha256sum] = "1d48cdfa224b0ceb02e27fe9d56b738fb2a92262b04b15bb3a67e1c4248da8e2" | |
| 13 | SRC_URI[md5sum] = "4b0f36a1dc014527e5b192265dbd7e70" | ||
| 14 | SRC_URI[sha256sum] = "3dae93fb1cf5c560295253b0560cbc25421ed053ee373852864f3a60c03247d4" | ||
| 15 | 13 | ||
| 16 | LICENSE = "BSD" | 14 | LICENSE = "BSD" |
| 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a85eb4ce24033adb6088dd1d6ffc5e5d" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a85eb4ce24033adb6088dd1d6ffc5e5d" |
| @@ -27,10 +25,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', | |||
| 27 | 25 | ||
| 28 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_unitdir}/system/,--with-systemddir=" | 26 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_unitdir}/system/,--with-systemddir=" |
| 29 | 27 | ||
| 30 | EXTRA_OECONF = "--disable-nss \ | 28 | EXTRA_OECONF = "--with-upstartdir=%{_sysconfdir}/init" |
| 31 | --with-upstartdir=%{_sysconfdir}/init \ | ||
| 32 | " | ||
| 33 | EXTRA_OECONF += " --enable-nss " | ||
| 34 | 29 | ||
| 35 | do_configure_prepend() { | 30 | do_configure_prepend() { |
| 36 | ( cd ${S} | 31 | ( cd ${S} |
