]> code.ossystems Code Review - openembedded-core.git/commitdiff
neard: remove overridden do_install
authorRoss Burton <ross.burton@intel.com>
Thu, 16 Jul 2015 23:32:53 +0000 (00:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:39:01 +0000 (10:39 +0100)
Overriding libexecdir was required when neard did funky things in the Makefile,
but it doesn't anymore.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/neard/neard.inc

index 4042a69b98e206b4a6ba822afe4b7a47ac79cac1..6ab185c51fb9feb47dbea7993ef28a96479d09ed 100644 (file)
@@ -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