diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 15:52:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:38 +0000 |
commit | 6870465851388094773fe74bfdf0777d2761ba27 (patch) | |
tree | 44e791bb7a4c4878538a5f03506826d31805c462 /meta/recipes-extended/sysstat/sysstat.inc | |
parent | f92d88d9c2e8a761807cbc18d483dde59c0ed231 (diff) | |
download | poky-6870465851388094773fe74bfdf0777d2761ba27.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 287bb54db9..863f246249 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring | |||
3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | 3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | INC_PR = "r1" | 6 | INC_PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | 8 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ |
9 | file://99_sysstat" | 9 | file://99_sysstat" |
@@ -13,6 +13,10 @@ inherit autotools gettext | |||
13 | EXTRA_OECONF += "--disable-sensors" | 13 | EXTRA_OECONF += "--disable-sensors" |
14 | EXTRA_OEMAKE += 'LFLAGS=""' | 14 | EXTRA_OEMAKE += 'LFLAGS=""' |
15 | 15 | ||
16 | do_configure_prepend() { | ||
17 | export sa_lib_dir=${libdir}/sa | ||
18 | } | ||
19 | |||
16 | do_install() { | 20 | do_install() { |
17 | autotools_do_install | 21 | autotools_do_install |
18 | 22 | ||