Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] sstate: add do_package to the noexec list in setscene_depvalid
@ 2014-01-07  8:13 Ming Liu
  2014-01-07  8:13 ` [PATCH 2/2] sstate: remove binutils-crosssdk from safe dependent list Ming Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Ming Liu @ 2014-01-07  8:13 UTC (permalink / raw)
  To: openembedded-core

do_package doesn't exist and are noexec anyway for native/cross/crosssdk
packages.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/classes/sstate.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 2b5b7cd..35c3f85 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -710,7 +710,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
                 return False
             continue
         # Native/Cross packages don't exist and are noexec anyway
-        if isNativeCross(taskdependees[dep][0]) and taskdependees[dep][1] in ['do_package_write_deb', 'do_package_write_ipk', 'do_package_write_rpm', 'do_packagedata']:
+        if isNativeCross(taskdependees[dep][0]) and taskdependees[dep][1] in ['do_package_write_deb', 'do_package_write_ipk', 'do_package_write_rpm', 'do_packagedata', 'do_package']:
             continue
 
         # Consider sysroot depending on sysroot tasks
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-08  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07  8:13 [PATCH 1/2] sstate: add do_package to the noexec list in setscene_depvalid Ming Liu
2014-01-07  8:13 ` [PATCH 2/2] sstate: remove binutils-crosssdk from safe dependent list Ming Liu
2014-01-07 13:58   ` Richard Purdie
2014-01-08  6:05     ` Ming Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox