* [PATCH 0/1] native.bbclass: deltask package_qa
@ 2014-09-01 14:34 Robert Yang
2014-09-01 14:34 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-09-01 14:34 UTC (permalink / raw)
To: openembedded-core
The following changes since commit a57b24f848a7cb89cf57830e07682224f8bbc96f:
tzcode: update to 2014g (2014-08-31 23:39:13 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/native
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/native
Robert Yang (1):
native.bbclass: deltask package_qa
meta/classes/native.bbclass | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] native.bbclass: deltask package_qa
2014-09-01 14:34 [PATCH 0/1] native.bbclass: deltask package_qa Robert Yang
@ 2014-09-01 14:34 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-09-01 14:34 UTC (permalink / raw)
To: openembedded-core
The native recipe doesn't need package_qa, and it has a race issue with
do_unpack which requires the clean dir of ${S}, then causes error:
NOTE: recipe opkg-utils-native-0.1.8+gitAUTOINC+eae0d8fa44-r0: task do_package_qa: Failed
ERROR: Task 283 (virtual:native:/path/to/opkg-utils_git.bb, do_package_qa) failed with exit code '1'
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/classes/native.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index adebb97..dcd364b 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -163,6 +163,7 @@ native_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise"
deltask package
deltask packagedata
+deltask package_qa
deltask package_write_ipk
deltask package_write_deb
deltask package_write_rpm
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-01 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 14:34 [PATCH 0/1] native.bbclass: deltask package_qa Robert Yang
2014-09-01 14:34 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox