summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/netcf/netcf_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index d6ca30fb65..979e45b607 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_git.bb
@@ -25,3 +25,7 @@ do_configure_prepend() {
25 ./bootstrap --gnulib-srcdir=${STAGING_DATADIR}/gnulib 25 ./bootstrap --gnulib-srcdir=${STAGING_DATADIR}/gnulib
26} 26}
27 27
28do_install_append() {
29 mv ${D}${sysconfdir}/rc.d/init.d/ ${D}${sysconfdir}
30 rm -rf ${D}${sysconfdir}/rc.d/
31}