diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 15:51:04 +0000 |
commit | a4fba54972c2b093bc6eae0f153fd2ba418b6b60 (patch) | |
tree | e3005a072acb36c0fdfc8f24efff0986a470042d /meta | |
parent | cdd3b32183afe2b4eadbb576f34f19355614b1ac (diff) | |
download | openembedded-core-a4fba54972c2b093bc6eae0f153fd2ba418b6b60.tar.gz openembedded-core-a4fba54972c2b093bc6eae0f153fd2ba418b6b60.tar.bz2 openembedded-core-a4fba54972c2b093bc6eae0f153fd2ba418b6b60.zip |
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.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index a932375205..917bb2cc83 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb @@ -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 |