]> code.ossystems Code Review - openembedded-core.git/commitdiff
lsbinitscripts: Don't compile
authorSaul Wold <sgw@linux.intel.com>
Wed, 19 Dec 2012 01:14:27 +0000 (17:14 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Dec 2012 17:50:04 +0000 (17:50 +0000)
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.43.bb

index ea8ff03b1fa3ab077237b51bc23608ff2d43e726..4926572c8023e0f43a857b15654cd8a030e4987f 100644 (file)
@@ -20,7 +20,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/