mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
apmd: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. (From OE-Core rev: a4fba54972c2b093bc6eae0f153fd2ba418b6b60) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
961d898310
commit
44e8d0fac5
@@ -37,6 +37,8 @@ INITSCRIPT_PARAMS = "defaults"
|
||||
SYSTEMD_SERVICE_${PN} = "apmd.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
do_compile() {
|
||||
# apmd doesn't use whole autotools. Just libtool for installation
|
||||
oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd
|
||||
|
||||
Reference in New Issue
Block a user