mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
neard: remove overridden do_install
Overriding libexecdir was required when neard did funky things in the Makefile, but it doesn't anymore. (From OE-Core rev: a01b29fdcf37c5231846265b97ee599e8321cdee) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6257bf7cb6
commit
a2d67457cb
@@ -17,10 +17,6 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd
|
||||
|
||||
EXTRA_OECONF += "--enable-tools"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D} libexecdir=${libexecdir} install
|
||||
}
|
||||
|
||||
# This would copy neard start-stop shell and test scripts
|
||||
do_install_append() {
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
|
||||
|
||||
Reference in New Issue
Block a user