diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-01-02 03:37:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:12:30 +0000 |
commit | 692cafa46b37fb15a4397114a8380b35ecc09d7f (patch) | |
tree | 5c6ba573cf2fcddb61aa8400aaa51dc23e9ec636 /meta/recipes-devtools/guilt | |
parent | e15d7955a98cfd6923775cdb3aa61756d4f58c2d (diff) | |
download | openembedded-core-692cafa46b37fb15a4397114a8380b35ecc09d7f.tar.gz openembedded-core-692cafa46b37fb15a4397114a8380b35ecc09d7f.tar.bz2 openembedded-core-692cafa46b37fb15a4397114a8380b35ecc09d7f.zip |
logrotate: two minor fixes
* Change EXTRA_OEMAKE = "CC='${CC}'" to "", the root cause is the "-e"
from EXTRA_OEMAKE makes the CFLAGS from the env overrides the one
defined in logrotate/Makefile which causes build failures, so we need to
set EXTRA_OEMAKE to "", set it to CC='${CC}' would confuse the user
since CC='${CC}' has been defined in the env.
* Merge do_install() and do_install_append()
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/guilt')
0 files changed, 0 insertions, 0 deletions