[oe-commits] Robert Yang : native.bbclass: deltask package_qa

git at git.openembedded.org git at git.openembedded.org
Mon Sep 1 17:07:26 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Sep  1 07:34:36 2014 -0700

native.bbclass: deltask package_qa

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

---

 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



More information about the Openembedded-commits mailing list