]> code.ossystems Code Review - openembedded-core.git/commit
logrotate: two minor fixes
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 2 Jan 2014 08:37:34 +0000 (03:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:30 +0000 (11:12 +0000)
commit692cafa46b37fb15a4397114a8380b35ecc09d7f
tree5c6ba573cf2fcddb61aa8400aaa51dc23e9ec636
parente15d7955a98cfd6923775cdb3aa61756d4f58c2d
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>
meta/recipes-extended/logrotate/logrotate_3.8.7.bb