diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-17 00:32:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:40:41 +0100 |
commit | a2d67457cb7122e334214614bb43396acab7f273 (patch) | |
tree | a817d1e0d4728fe664c41b1aa53abc2a4705687a /meta/recipes-connectivity/neard | |
parent | 6257bf7cb6d144e4335afac6ddbd1c6373c38628 (diff) | |
download | poky-a2d67457cb7122e334214614bb43396acab7f273.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/neard')
-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 |