[oe-commits] Ross Burton : cross.bbclass: delete package_qa task

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 12:09:56 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul  2 17:45:31 2015 +0100

cross.bbclass: delete package_qa task

The package_qa task isn't required for cross builds, so delete it along with the
other packaging tasks to match native.bbclass.

[ YOCTO #7934 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/cross.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 28fd211..752a500 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -68,8 +68,8 @@ USE_NLS = "no"
 
 deltask package
 deltask packagedata
+deltask package_qa
 deltask package_write_ipk
 deltask package_write_deb
 deltask package_write_rpm
 deltask package_write
-



More information about the Openembedded-commits mailing list