mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
monkey: fix broken separate build with workaround
This patch make use of autotools-brokensep on main recipe to avoid a broken build when using a different build directory. monkey-yocto/f15c9e7cd9143ce8486ae5e78db9092238c3d0ec Signed-off-by: Eduardo Silva <eduardo@monkey.io>
This commit is contained in:
parent
aa2eb3a9d1
commit
6585a4e479
|
|
@ -24,7 +24,7 @@ EXTRA_OECONF = " \
|
|||
--malloc-libc \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig update-rc.d systemd
|
||||
inherit autotools-brokensep pkgconfig update-rc.d systemd
|
||||
|
||||
INITSCRIPT_NAME = "monkey"
|
||||
INITSCRIPT_PARAMS = "defaults 70"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user