[oe-commits] Ross Burton : neard: remove overridden do_install

git at git.openembedded.org git at git.openembedded.org
Mon Jul 20 09:41:47 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: a01b29fdcf37c5231846265b97ee599e8321cdee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a01b29fdcf37c5231846265b97ee599e8321cdee

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Jul 17 00:32:53 2015 +0100

neard: remove overridden do_install

Overriding libexecdir was required when neard did funky things in the Makefile,
but it doesn't anymore.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-connectivity/neard/neard.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard/neard.inc
index 4042a69..6ab185c 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
 
 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



More information about the Openembedded-commits mailing list