summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/boinc/boinc-client_7.16.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb
index 0780993db4..c528280181 100644
--- a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb
+++ b/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb
@@ -73,15 +73,16 @@ do_compile_prepend () {
73 sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool 73 sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool
74 sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool 74 sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool
75} 75}
76
76do_install_append() { 77do_install_append() {
77 if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then 78 if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then
78 install -d ${D}${systemd_system_unitdir} 79 install -d ${D}${systemd_system_unitdir}
79 mv \ 80 mv \
80 ${D}${nonarch_libdir}/systemd/system/boinc-client.service \ 81 ${D}${nonarch_libdir}/systemd/system/boinc-client.service \
81 ${D}${systemd_system_unitdir}/boinc-client.service 82 ${D}${systemd_system_unitdir}/boinc-client.service
82 rmdir --ignore-fail-on-non-empty ${D}${nonarch_libdir}/systemd/system \ 83 rmdir --ignore-fail-on-non-empty ${D}${nonarch_libdir}/systemd/system \
83 ${D}${nonarch_libdir}/systemd \ 84 ${D}${nonarch_libdir}/systemd \
84 ${D}${nonarch_libdir} 85 ${D}${nonarch_libdir}
85 fi 86 fi
86} 87}
87 88