cluster-glue: fix the SRC_URI

The original SRC_URI is gone, so change to use the one
in github, which has the same source codes, but with a
different dir name.

Closes-bug: 1945166

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I53e3c67bb83bd75645c6107d055ee60cac0e5fae
This commit is contained in:
Jackie Huang 2021-09-27 19:58:02 -07:00
parent 6fa60e61d7
commit 610677cde5

View File

@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
DEPENDS = "libxml2 libtool glib-2.0 bzip2 util-linux net-snmp openhpi"
SRC_URI = " \
http://hg.linux-ha.org/glue/archive/glue-${PV}.tar.bz2 \
https://github.com/ClusterLabs/cluster-glue/archive/glue-${PV}.tar.gz \
file://0001-don-t-compile-doc-and-Error-Fix.patch \
file://0001-ribcl.py.in-Warning-Fix.patch \
file://volatiles \
@ -20,8 +20,8 @@ SRC_URI = " \
"
SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch"
SRC_URI[md5sum] = "ec620466d6f23affa3b074b72bca7870"
SRC_URI[sha256sum] = "feba102fa1e24b6be2005089ebe362b82d6567af60005cf371679b1b44ec503f"
SRC_URI[md5sum] = "2164cfd6a491e749eaa722f70a25b749"
SRC_URI[sha256sum] = "76f3ea381e70d0c05d3b670c136b78154c126678b786e3d0a4084a339a4a0916"
inherit autotools useradd pkgconfig systemd
@ -31,7 +31,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
HA_USER = "hacluster"
HA_GROUP = "haclient"
S = "${WORKDIR}/Reusable-Cluster-Components-glue--glue-${PV}"
S = "${WORKDIR}/cluster-glue-glue-${PV}"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},--without-systemdsystemunitdir,systemd"