mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
sysstat: fix sa_lib_dir
Fix the following warning: WARNING: QA Issue: sysstat: Files/directories were installed but not shipped /usr/lib /usr/lib/sa /usr/lib/sa/sadc /usr/lib/sa/sa2 /usr/lib/sa/sa1 /usr/lib/sa/.debug /usr/lib/sa/.debug/sadc (From OE-Core rev: 0da1e769a57c96299dce93b34ec67c2809da8998) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f92d88d9c2
commit
6870465851
@@ -3,7 +3,7 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring
|
|||||||
HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
|
HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
INC_PR = "r1"
|
INC_PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
|
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
|
||||||
file://99_sysstat"
|
file://99_sysstat"
|
||||||
@@ -13,6 +13,10 @@ inherit autotools gettext
|
|||||||
EXTRA_OECONF += "--disable-sensors"
|
EXTRA_OECONF += "--disable-sensors"
|
||||||
EXTRA_OEMAKE += 'LFLAGS=""'
|
EXTRA_OEMAKE += 'LFLAGS=""'
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
export sa_lib_dir=${libdir}/sa
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
autotools_do_install
|
autotools_do_install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user