diff options
Diffstat (limited to 'meta/recipes-connectivity/neard/neard.inc')
-rw-r--r-- | meta/recipes-connectivity/neard/neard.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard/neard.inc index 4042a69b98..6ab185c51f 100644 --- a/meta/recipes-connectivity/neard/neard.inc +++ b/meta/recipes-connectivity/neard/neard.inc | |||
@@ -17,10 +17,6 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd | |||
17 | 17 | ||
18 | EXTRA_OECONF += "--enable-tools" | 18 | EXTRA_OECONF += "--enable-tools" |
19 | 19 | ||
20 | do_install() { | ||
21 | oe_runmake DESTDIR=${D} libexecdir=${libexecdir} install | ||
22 | } | ||
23 | |||
24 | # This would copy neard start-stop shell and test scripts | 20 | # This would copy neard start-stop shell and test scripts |
25 | do_install_append() { | 21 | do_install_append() { |
26 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 22 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |