mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
sysstat: 12.1.3 -> 12.1.6
Update sysstat from 12.1.3 to 12.1.6.
* make sa_lib_dir refer to ${libexecdir}/sa to fix conflictions when
multilib is enabled
(From OE-Core rev: 8862f21eeb814c64b8b9e662b093ed39474cd55b)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
|
||||
LICENSE = "GPLv2+"
|
||||
SECTION = "console/utils"
|
||||
|
||||
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \
|
||||
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \
|
||||
file://99_sysstat \
|
||||
file://sysstat.service \
|
||||
"
|
||||
@@ -29,7 +29,7 @@ SYSTEMD_SERVICE_${PN} = "sysstat.service"
|
||||
SYSTEMD_AUTO_ENABLE = "enable"
|
||||
|
||||
do_configure_prepend() {
|
||||
export sa_lib_dir=${libdir}/sa
|
||||
export sa_lib_dir=${libexecdir}/sa
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
+2
-2
@@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
|
||||
|
||||
SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
|
||||
|
||||
SRC_URI[md5sum] = "0f9b73f60aba6fd49de346bc384902c3"
|
||||
SRC_URI[sha256sum] = "55498bf82755ba9fed3e7df61fd26f8f50dd3e7b3b229c731029a4c8ab51a1aa"
|
||||
SRC_URI[md5sum] = "d8e3bbb9c873dd370f6d33664e326570"
|
||||
SRC_URI[sha256sum] = "f752f3c406153a6fc446496f1102872505ace3f0931d975c1d664c81ec09f129"
|
||||
Reference in New Issue
Block a user