From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] lsbinitscripts: Don't compile
Date: Tue, 18 Dec 2012 17:14:27 -0800 [thread overview]
Message-ID: <1355879668-22733-1-git-send-email-sgw@linux.intel.com> (raw)
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
next reply other threads:[~2012-12-19 1:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 1:14 Saul Wold [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355879668-22733-1-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox