[oe-commits] Robert Yang : bootchart2: fix installed-vs-shipped

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 22:09:35 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: fedc68739a6e347a89aa282a3a0e64a39c1e631a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fedc68739a6e347a89aa282a3a0e64a39c1e631a

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Aug 11 19:35:09 2014 -0700

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 <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/bootchart2/bootchart2_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb
index e583852..4116304 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



More information about the Openembedded-commits mailing list