From: Robert Yang Date: Tue, 12 Aug 2014 02:35:09 +0000 (-0700) Subject: bootchart2: fix installed-vs-shipped X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9287029656b498b1cb23ed22ae8e78e652615383;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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" Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb index e5838524ed7..411630491f5 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_git.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_git.bb @@ -123,6 +123,7 @@ do_install () { export PY_LIBDIR="${libdir}/${PYTHON_DIR}" export BINDIR="${bindir}" export DESTDIR="${D}" + export LIBDIR="${base_libdir}" oe_runmake install install -d ${D}${sysconfdir}/init.d