diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2020-01-25 19:52:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-25 12:44:25 -0800 |
| commit | 333e35d50c2d26a876b890749a7b712dade25508 (patch) | |
| tree | e0d60df5931a39092c99fb4016e353fa3543839e | |
| parent | cdf7c044d7531aaf890217a4da5e20711a6ea8a0 (diff) | |
| download | meta-openembedded-333e35d50c2d26a876b890749a7b712dade25508.tar.gz | |
boinc-client: minor cosmetic changes on bb recipe,
such as unifying tabs VS spaces and adding cosmetic newlines
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 7 |
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 | |||
| 76 | do_install_append() { | 77 | do_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 | ||
