All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: update install-quotaon-once.patch
@ 2013-06-12  9:29 Ross Burton
  2013-06-13 16:09 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-06-12  9:29 UTC (permalink / raw)
  To: openembedded-core

This patch has been merged upstream now, so refresh the patch with a backport
(the patch was changed before being merged).

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .../systemd/systemd/install-quotaon-once.patch     |   32 +++++++++++---------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
index 10280da..098a5f8 100644
--- a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
+++ b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
@@ -1,7 +1,7 @@
-Upstream-Status: Submitted (https://bugs.freedesktop.org/show_bug.cgi?id=65659)
+Upstream-Status: Backport
 Signed-off-by: Ross Burton <ross.burton@intel.com>
 
-From 44b7c4dc877984b5ea3f2c9fa09a93ee16dbe3b2 Mon Sep 17 00:00:00 2001
+From 622004565eca385c685086cd478aa79afe73b785 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Tue, 11 Jun 2013 17:16:37 +0100
 Subject: [PATCH] build-sys: don't install quotaon.service twice
@@ -9,24 +9,26 @@ Subject: [PATCH] build-sys: don't install quotaon.service twice
 quotaon.service is already installed through dist_systemunit_DATA, so it doesn't
 need to be added to nodist_systemunit_DATA.  Installing the same file twice
 results in a race condition where the install process can fail.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=65659
+
+[zj: actually remove quotaon.service from the other list.]
 ---
- Makefile.am |    3 ---
- 1 file changed, 3 deletions(-)
+ Makefile.am |    1 -
+ 1 file changed, 1 deletion(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index 28ae7ed..197119e 100644
+index 28ae7ed..3219762 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -3229,9 +3229,6 @@ endif
- EXTRA_DIST += \
- 	units/systemd-quotacheck.service.in
- 
--nodist_systemunit_DATA += \
--	units/quotaon.service
--
- # ------------------------------------------------------------------------------
- if ENABLE_RANDOMSEED
- rootlibexec_PROGRAMS += \
+@@ -389,7 +389,6 @@ dist_systemunit_DATA = \
+ 	units/sound.target \
+ 	units/bluetooth.target \
+ 	units/smartcard.target \
+-	units/quotaon.service \
+ 	units/systemd-ask-password-wall.path \
+ 	units/systemd-ask-password-console.path \
+ 	units/systemd-udevd-control.socket \
 -- 
 1.7.10.4
 
-- 
1.7.10.4



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

* Re: [PATCH] systemd: update install-quotaon-once.patch
  2013-06-12  9:29 [PATCH] systemd: update install-quotaon-once.patch Ross Burton
@ 2013-06-13 16:09 ` Saul Wold
  2013-06-14 11:30   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-06-13 16:09 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

On 06/12/2013 02:29 AM, Ross Burton wrote:
> This patch has been merged upstream now, so refresh the patch with a backport
> (the patch was changed before being merged).
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>   .../systemd/systemd/install-quotaon-once.patch     |   32 +++++++++++---------
>   1 file changed, 17 insertions(+), 15 deletions(-)
>
This seems to not being applied correctly

http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-systemd/builds/47/steps/Building%20Images_1/logs/stdio


Sau!

> diff --git a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
> index 10280da..098a5f8 100644
> --- a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
> +++ b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch
> @@ -1,7 +1,7 @@
> -Upstream-Status: Submitted (https://bugs.freedesktop.org/show_bug.cgi?id=65659)
> +Upstream-Status: Backport
>   Signed-off-by: Ross Burton <ross.burton@intel.com>
>
> -From 44b7c4dc877984b5ea3f2c9fa09a93ee16dbe3b2 Mon Sep 17 00:00:00 2001
> +From 622004565eca385c685086cd478aa79afe73b785 Mon Sep 17 00:00:00 2001
>   From: Ross Burton <ross.burton@intel.com>
>   Date: Tue, 11 Jun 2013 17:16:37 +0100
>   Subject: [PATCH] build-sys: don't install quotaon.service twice
> @@ -9,24 +9,26 @@ Subject: [PATCH] build-sys: don't install quotaon.service twice
>   quotaon.service is already installed through dist_systemunit_DATA, so it doesn't
>   need to be added to nodist_systemunit_DATA.  Installing the same file twice
>   results in a race condition where the install process can fail.
> +
> +https://bugs.freedesktop.org/show_bug.cgi?id=65659
> +
> +[zj: actually remove quotaon.service from the other list.]
>   ---
> - Makefile.am |    3 ---
> - 1 file changed, 3 deletions(-)
> + Makefile.am |    1 -
> + 1 file changed, 1 deletion(-)
>
>   diff --git a/Makefile.am b/Makefile.am
> -index 28ae7ed..197119e 100644
> +index 28ae7ed..3219762 100644
>   --- a/Makefile.am
>   +++ b/Makefile.am
> -@@ -3229,9 +3229,6 @@ endif
> - EXTRA_DIST += \
> - 	units/systemd-quotacheck.service.in
> -
> --nodist_systemunit_DATA += \
> --	units/quotaon.service
> --
> - # ------------------------------------------------------------------------------
> - if ENABLE_RANDOMSEED
> - rootlibexec_PROGRAMS += \
> +@@ -389,7 +389,6 @@ dist_systemunit_DATA = \
> + 	units/sound.target \
> + 	units/bluetooth.target \
> + 	units/smartcard.target \
> +-	units/quotaon.service \
> + 	units/systemd-ask-password-wall.path \
> + 	units/systemd-ask-password-console.path \
> + 	units/systemd-udevd-control.socket \
>   --
>   1.7.10.4
>
>


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

* Re: [PATCH] systemd: update install-quotaon-once.patch
  2013-06-13 16:09 ` Saul Wold
@ 2013-06-14 11:30   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-06-14 11:30 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 13 June 2013 17:09, Saul Wold <sgw@linux.intel.com> wrote:
> This seems to not being applied correctly

I failed to backport to the release branch, stupid mistake.  V2 sent.

Ross


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

end of thread, other threads:[~2013-06-14 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12  9:29 [PATCH] systemd: update install-quotaon-once.patch Ross Burton
2013-06-13 16:09 ` Saul Wold
2013-06-14 11:30   ` Burton, Ross

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.