mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
gnu-config: set noexec for do_compile
(From OE-Core rev: 47889cb154bdfa75b2ccccf5e27c8b84c588d61b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d890d81aa5
commit
df2e393c1f
@@ -19,9 +19,7 @@ SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
do_compile() {
|
||||
:
|
||||
}
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${datadir}/gnu-config \
|
||||
|
||||
Reference in New Issue
Block a user