[poky] [PATCH 15/16] native.bbclass: Mark various package functions as noexec since they don't do any work
Richard Purdie
rpurdie at linux.intel.com
Sun Nov 28 07:59:53 PST 2010
Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>
---
meta/classes/native.bbclass | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 067b1be..3ca9d62 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -112,3 +112,8 @@ python __anonymous () {
bb.data.setVar("OVERRIDES", bb.data.getVar("OVERRIDES", d, False) + ":virtclass-native", d)
}
+do_package[noexec] = "1"
+do_package_write_ipk[noexec] = "1"
+do_package_write_deb[noexec] = "1"
+do_package_write_rpm[noexec] = "1"
+
--
1.7.0.4
More information about the poky
mailing list