From 07a4053cb4b73a69ef2c2c1be5749a3bf6c0bf96 Mon Sep 17 00:00:00 2001 From: Yong-iL Joh Date: Thu, 3 Mar 2016 21:07:14 +0900 Subject: common-api-test: move test binaries from /usr/bin to /opt/tests/${PN}/ Signed-off-by: Yong-iL Joh --- .../recipes-extended/common-api/common-api-test_3.1.5.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-ivi-test/recipes-extended/common-api/common-api-test_3.1.5.bb b/meta-ivi-test/recipes-extended/common-api/common-api-test_3.1.5.bb index 7a88f87..a286502 100644 --- a/meta-ivi-test/recipes-extended/common-api/common-api-test_3.1.5.bb +++ b/meta-ivi-test/recipes-extended/common-api/common-api-test_3.1.5.bb @@ -17,24 +17,24 @@ S = "${WORKDIR}/${PN}" EXTRA_OECMAKE += "-DUSE_INSTALLED_COMMONAPI=ON -DUSE_INSTALLED_DBUS=ON -DCMAKE_INSTALL_PREFIX=/usr" FILES_${PN} = " \ - ${bindir}/test/E0* \ - ${bindir}/test/*/README \ - ${bindir}/test/*/commonapi4dbus.ini \ - ${bindir}/test/*/*Client \ - ${bindir}/test/*/*Service \ + /opt/tests/${PN}/E0* \ + /opt/tests/${PN}/*/README \ + /opt/tests/${PN}/*/commonapi4dbus.ini \ + /opt/tests/${PN}/*/*Client \ + /opt/tests/${PN}/*/*Service \ ${libdir}/*.so \ " FILES_${PN}-dev = "" FILES_${PN}-dbg += " \ - ${bindir}/test/.debug/* \ - ${bindir}/test/*/.debug/* \ + /opt/tests/${PN}/.debug/* \ + /opt/tests/${PN}/*/.debug/* \ ${libdir}/.debug/* \ " do_install() { - _DEST=${D}${bindir}/test + _DEST=${D}/opt/tests/${PN} _BIN=${WORKDIR}/build install -d ${_DEST} -- cgit