* [PATCH] gcc-package-cross.inc: Mark do_package* tasks as noexec
@ 2012-01-20 16:20 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-01-20 16:20 UTC (permalink / raw)
To: openembedded-core
These tasks don't do anything, this just avoids the overhead of forking
to exec them.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/gcc/gcc-package-cross.inc b/meta/recipes-devtools/gcc/gcc-package-cross.inc
index 15627e7..c872e00 100644
--- a/meta/recipes-devtools/gcc/gcc-package-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-cross.inc
@@ -52,3 +52,8 @@ do_install () {
;;
esac
}
+
+do_package[noexec] = "1"
+do_package_write_ipk[noexec] = "1"
+do_package_write_rpm[noexec] = "1"
+do_package_write_deb[noexec] = "1"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-20 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 16:20 [PATCH] gcc-package-cross.inc: Mark do_package* tasks as noexec Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox