All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] boinc: update recipe to version 7.16.4
@ 2020-01-25 14:40 Gianfranco Costamagna
  2020-01-25 14:40 ` [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines Gianfranco Costamagna
  0 siblings, 1 reply; 3+ messages in thread
From: Gianfranco Costamagna @ 2020-01-25 14:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Gianfranco Costamagna, Gianfranco Costamagna

Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
---
 meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1b0af5549..0780993db 100644
--- a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb
+++ b/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb
@@ -29,7 +29,7 @@ DEPENDS = "curl \
            ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \
            nettle \
 "
-SRCREV = "a432e1ccbf864f99c7b29a1645de38056915f944"
+SRCREV = "bc3269f77f570ea0ffd31766ed83846ebb043938"
 BRANCH = "client_release/7/${PV}"
 SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \
            file://boinc-AM_CONDITIONAL.patch \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines
  2020-01-25 14:40 [meta-oe][PATCH 1/2] boinc: update recipe to version 7.16.4 Gianfranco Costamagna
@ 2020-01-25 14:40 ` Gianfranco Costamagna
  2020-01-25 16:01   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Gianfranco Costamagna @ 2020-01-25 14:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Gianfranco Costamagna, Gianfranco Costamagna

Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
---
 meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 7 ++++---
 1 file 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 0780993db..c52828018 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 () {
 	sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool
 	sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool
 }
+
 do_install_append() {
 	if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then
-                install -d ${D}${systemd_system_unitdir}
+		install -d ${D}${systemd_system_unitdir}
 		mv \
 		${D}${nonarch_libdir}/systemd/system/boinc-client.service \
 		${D}${systemd_system_unitdir}/boinc-client.service
 		rmdir --ignore-fail-on-non-empty ${D}${nonarch_libdir}/systemd/system \
-                ${D}${nonarch_libdir}/systemd \
-                ${D}${nonarch_libdir}
+		${D}${nonarch_libdir}/systemd \
+		${D}${nonarch_libdir}
 	fi
 }
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines
  2020-01-25 14:40 ` [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines Gianfranco Costamagna
@ 2020-01-25 16:01   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-01-25 16:01 UTC (permalink / raw)
  To: Gianfranco Costamagna
  Cc: Gianfranco Costamagna, Gianfranco Costamagna, openembeded-devel

On Sat, Jan 25, 2020 at 6:41 AM Gianfranco Costamagna
<costamagna.gianfranco@gmail.com> wrote:
>

patch is fine but commit message summary line is too big, usually we like

summary line ( perhaps < 80 char>

Details summary

see https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Patch Headers and Commit Messages section.


> Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
> ---
>  meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 7 ++++---
>  1 file 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 0780993db..c52828018 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 () {
>         sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool
>         sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool
>  }
> +
>  do_install_append() {
>         if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then
> -                install -d ${D}${systemd_system_unitdir}
> +               install -d ${D}${systemd_system_unitdir}
>                 mv \
>                 ${D}${nonarch_libdir}/systemd/system/boinc-client.service \
>                 ${D}${systemd_system_unitdir}/boinc-client.service
>                 rmdir --ignore-fail-on-non-empty ${D}${nonarch_libdir}/systemd/system \
> -                ${D}${nonarch_libdir}/systemd \
> -                ${D}${nonarch_libdir}
> +               ${D}${nonarch_libdir}/systemd \
> +               ${D}${nonarch_libdir}
>         fi
>  }
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-25 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 14:40 [meta-oe][PATCH 1/2] boinc: update recipe to version 7.16.4 Gianfranco Costamagna
2020-01-25 14:40 ` [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines Gianfranco Costamagna
2020-01-25 16:01   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.