Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] lsbinitscripts: Don't compile
@ 2012-12-19  1:14 Saul Wold
  2012-12-19  1:14 ` [PATCH 2/2] icu: reduce what's needed for cross tools Saul Wold
  2012-12-19  5:15 ` [PATCH 1/2] lsbinitscripts: Don't compile Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2012-12-19  1:14 UTC (permalink / raw)
  To: openembedded-core

Only functions macros is installed, so no need to configure or compile

[YOCTO #3584]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
index eac4ebb..e32a50c 100644
--- a/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
+++ b/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
@@ -19,7 +19,10 @@ ALTERNATIVE_PRIORITY = "100"
 ALTERNATIVE_${PN} = "functions"
 ALTERNATIVE_LINK_NAME[functions] = "${sysconfdir}/init.d/functions"
 
+# Since we are only taking the patched version of functions, no need to
+# configure or compile anything so do not execute these
 do_configure[noexec] = "1" 
+do_compile[noexec] = "1" 
 
 do_install(){
 	install -d ${D}${sysconfdir}/init.d/
-- 
1.7.9.5




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

end of thread, other threads:[~2012-12-19  5:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19  1:14 [PATCH 1/2] lsbinitscripts: Don't compile Saul Wold
2012-12-19  1:14 ` [PATCH 2/2] icu: reduce what's needed for cross tools Saul Wold
2012-12-19  5:15 ` [PATCH 1/2] lsbinitscripts: Don't compile Saul Wold

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