]> code.ossystems Code Review - openembedded-core.git/commit
mdadm: install the systemd service through Makefile
authorLiwei Song <liwei.song@windriver.com>
Thu, 16 May 2019 02:41:40 +0000 (22:41 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 May 2019 15:35:06 +0000 (16:35 +0100)
commitbe24f1dc995f7a996abfa551abea74f06de19ae6
tree16d3902f2146df9acc47556df3a25095acde3764
parent3ee977629331843cc811b6571d13fa02f5593a10
mdadm: install the systemd service through Makefile

The original mdadm service may include variable like BINDIR,
It should use the real value of it, since the install method
"install-systemd" in Makefile can easily do such work, so don't
install it in bb file manually, use "make install-systemd" to
install all the service of mdadm.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mdadm/mdadm_4.1.bb