diff options
| -rw-r--r-- | meta-networking/recipes-extended/corosync/corosync_3.1.9.bb (renamed from meta-networking/recipes-extended/corosync/corosync_3.1.6.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-networking/recipes-extended/corosync/corosync_3.1.6.bb b/meta-networking/recipes-extended/corosync/corosync_3.1.9.bb index e8e4540a21..af023307bb 100644 --- a/meta-networking/recipes-extended/corosync/corosync_3.1.6.bb +++ b/meta-networking/recipes-extended/corosync/corosync_3.1.9.bb | |||
| @@ -10,11 +10,11 @@ inherit autotools pkgconfig systemd github-releases | |||
| 10 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ | 10 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ |
| 11 | file://corosync.conf \ | 11 | file://corosync.conf \ |
| 12 | " | 12 | " |
| 13 | SRC_URI[sha256sum] = "ca6ed32b4d7f33ed614afce8760fe58d0de92c68b575d4969ebacd892f3d1e27" | 13 | SRC_URI[sha256sum] = "203354bbddee1a97b3c50a076eae89c635f406dd674ccaefc94bb9092acd9535" |
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 15 | 15 | ||
| 16 | LICENSE = "BSD-3-Clause" | 16 | LICENSE = "BSD-3-Clause" |
| 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a85eb4ce24033adb6088dd1d6ffc5e5d" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9c2cca5d3448c43e52a399ad611658a" |
| 18 | 18 | ||
| 19 | DEPENDS = "groff-native nss libqb kronosnet" | 19 | DEPENDS = "groff-native nss libqb kronosnet" |
| 20 | 20 | ||
| @@ -34,11 +34,6 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_un | |||
| 34 | EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no" | 34 | EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no" |
| 35 | EXTRA_OEMAKE = "tmpfilesdir_DATA=" | 35 | EXTRA_OEMAKE = "tmpfilesdir_DATA=" |
| 36 | 36 | ||
| 37 | #do_configure:prepend() { | ||
| 38 | # ( cd ${S} | ||
| 39 | # ${S}/autogen.sh ) | ||
| 40 | #} | ||
| 41 | |||
| 42 | do_install:append() { | 37 | do_install:append() { |
| 43 | install -D -m 0644 ${UNPACKDIR}/corosync.conf ${D}${sysconfdir}/corosync/corosync.conf.example | 38 | install -D -m 0644 ${UNPACKDIR}/corosync.conf ${D}${sysconfdir}/corosync/corosync.conf.example |
| 44 | install -d ${D}${sysconfdir}/sysconfig/ | 39 | install -d ${D}${sysconfdir}/sysconfig/ |
| @@ -59,5 +54,6 @@ do_install:append() { | |||
| 59 | 54 | ||
| 60 | RDEPENDS:${PN} += "bash ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" | 55 | RDEPENDS:${PN} += "bash ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" |
| 61 | 56 | ||
| 57 | FILES:${PN} += "${datadir}/dbus-1" | ||
| 62 | FILES:${PN}-dbg += "${libexecdir}/lcrso/.debug" | 58 | FILES:${PN}-dbg += "${libexecdir}/lcrso/.debug" |
| 63 | FILES:${PN}-doc += "${datadir}/snmp/mibs/COROSYNC-MIB.txt" | 59 | FILES:${PN}-doc += "${datadir}/snmp/mibs/COROSYNC-MIB.txt" |
