mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
lsbinitscripts: Don't compile
Only functions macros is installed, so no need to configure or compile [YOCTO #3584] (From OE-Core rev: fff3164c4b6a8c4ffa07bc6a26162c9e99c2531e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4392663569
commit
6d0508a0d0
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user