* [PATCH 0/1] dbus-test: make do_install run to trigger the effect of cleandirs flag
@ 2015-03-05 8:06 Chen Qi
2015-03-05 8:06 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2015-03-05 8:06 UTC (permalink / raw)
To: openembedded-core
The following changes since commit bc393da30306891617adbb5eda5f57c9209ff24f:
build-appliance-image: Update to master head revision (2015-02-27 21:15:53 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/dbus-test-do_install
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/dbus-test-do_install
Chen Qi (1):
dbus-test: make do_install run to trigger the effect of cleandirs flag
meta/recipes-core/dbus/dbus-test_1.8.10.bb | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] dbus-test: make do_install run to trigger the effect of cleandirs flag
2015-03-05 8:06 [PATCH 0/1] dbus-test: make do_install run to trigger the effect of cleandirs flag Chen Qi
@ 2015-03-05 8:06 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2015-03-05 8:06 UTC (permalink / raw)
To: openembedded-core
For now, we would meet the following QA error if we build dbus-test in
the same build directory with multilib enabled/disabled.
The steps are as follows:
1. Enable multilib and `bitbake dbus-ptest'
2. Disable multilib and `bitbake dbus-ptest'
The error message is as follows:
ERROR: QA Issue: dbus-test: Files/directories were installed but not shipped
/usr/lib64
/usr/lib64/dbus-test
/usr/lib64/dbus-test/ptest
/usr/lib64/dbus-test/ptest/run-ptest
...
The problem is that the ${D} is not cleaned up at the second build while it
should be.
This patch fixes the above problem.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/dbus/dbus-test_1.8.10.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/dbus/dbus-test_1.8.10.bb b/meta/recipes-core/dbus/dbus-test_1.8.10.bb
index fb796fb..719c1f9 100644
--- a/meta/recipes-core/dbus/dbus-test_1.8.10.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.8.10.bb
@@ -44,6 +44,7 @@ EXTRA_OECONF = "--enable-tests \
${EXTRA_OECONF_X}"
do_install() {
+ :
}
do_install_ptest() {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-05 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 8:06 [PATCH 0/1] dbus-test: make do_install run to trigger the effect of cleandirs flag Chen Qi
2015-03-05 8:06 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox