diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-11 19:35:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:53 +0100 |
commit | 298de655f6bba7921a795b54a6c628fb009debf1 (patch) | |
tree | d85675b9f2bc9c3c80ca0a9313c7ce250d569d40 /meta/recipes-devtools | |
parent | f9f818351a58ce2b640c2e304d57e7026c050b5e (diff) | |
download | poky-298de655f6bba7921a795b54a6c628fb009debf1.tar.gz |
bootchart2: fix installed-vs-shipped
Fixed:
ERROR: QA Issue: bootchart2: Files/directories were installed but not shipped
/lib
/lib/bootchart
/lib/bootchart/bootchart-collector
/lib/bootchart/tmpfs
/lib/bootchart/.debug
/lib/bootchart/.debug/bootchart-collector [installed-vs-shipped]
local.conf:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
(From OE-Core rev: 9287029656b498b1cb23ed22ae8e78e652615383)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb index e5838524ed..411630491f 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_git.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_git.bb | |||
@@ -123,6 +123,7 @@ do_install () { | |||
123 | export PY_LIBDIR="${libdir}/${PYTHON_DIR}" | 123 | export PY_LIBDIR="${libdir}/${PYTHON_DIR}" |
124 | export BINDIR="${bindir}" | 124 | export BINDIR="${bindir}" |
125 | export DESTDIR="${D}" | 125 | export DESTDIR="${D}" |
126 | export LIBDIR="${base_libdir}" | ||
126 | 127 | ||
127 | oe_runmake install | 128 | oe_runmake install |
128 | install -d ${D}${sysconfdir}/init.d | 129 | install -d ${D}${sysconfdir}/init.d |