diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-09-01 07:34:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 17:17:11 +0100 |
commit | 051f6a19f9d1f34d8961b7c5cd664f0def7e168a (patch) | |
tree | ee2e0978b59d94ecdccd914eaccd44ec82a3b164 | |
parent | 4900d763c94e4c030ceec4bc16d64d04a6970a21 (diff) | |
download | poky-051f6a19f9d1f34d8961b7c5cd664f0def7e168a.tar.gz |
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'
(From OE-Core rev: 6ad0979a6064755fd6d86b568bd3cbbcdd3d4e37)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index adebb97651..dcd364b92c 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -163,6 +163,7 @@ native_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" | |||
163 | 163 | ||
164 | deltask package | 164 | deltask package |
165 | deltask packagedata | 165 | deltask packagedata |
166 | deltask package_qa | ||
166 | deltask package_write_ipk | 167 | deltask package_write_ipk |
167 | deltask package_write_deb | 168 | deltask package_write_deb |
168 | deltask package_write_rpm | 169 | deltask package_write_rpm |