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:13:57 +0000 (11:13 +0000)
commit6b936ae8908a58aa2262fd4660c701828912674a
treea074d92113cf2fde906ffeeab350396c434e4783
parentca7ab908f908b83dc1aec7ffcd5a4b04c1e5d44b
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()

(From OE-Core rev: 692cafa46b37fb15a4397114a8380b35ecc09d7f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/logrotate/logrotate_3.8.7.bb