All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ca-certificates: remove -- separator
@ 2016-08-08  8:11 Maciej Borzecki
  2016-08-08 10:36 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej Borzecki @ 2016-08-08  8:11 UTC (permalink / raw
  To: openembedded-core; +Cc: Paul Eggleton, Otavio Salvador

Options and directory separator -- slipped past the patch removing
Debianims, thus resulting in failures on hosts running Fedora.

Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
---
 .../0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
index 4b4b287d4e6ce92fc38e4e19fbf87b152236c0e2..4a8ae5f4b5ef235d9bdfa7b947bbe2f0e415b50e 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
+++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
@@ -6,9 +6,13 @@ This solves errors such as
 
 | Running hooks in [...]/rootfs/etc/ca-certificates/update.d...
 | [...]/usr/sbin/update-ca-certificates: line 194: Not: command not found
+| [...]/usr/sbin/update-ca-certificates: line 230: Not a directory: --: command not found
+| E: Not a directory: -- exited with code 127.
+
 
 Upstream-Status: Inappropriate
 Signed-off-by: Ross Burton <ross.burton@intel.com>
+Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
 ---
  sbin/update-ca-certificates | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
@@ -24,7 +28,7 @@ Index: git/sbin/update-ca-certificates
 -  VERBOSE_ARG=
 -  [ "$verbose" = 0 ] || VERBOSE_ARG="--verbose"
 -  eval run-parts "$VERBOSE_ARG" --test -- "$HOOKSDIR" | while read hook
-+  eval run-parts --test -- "$HOOKSDIR" | while read hook
++  eval run-parts --test "$HOOKSDIR" | while read hook
    do
      ( cat "$ADDED"
        cat "$REMOVED" ) | "$hook" || echo "E: $hook exited with code $?."
-- 
2.5.0



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

* Re: [PATCH] ca-certificates: remove -- separator
  2016-08-08  8:11 [PATCH] ca-certificates: remove -- separator Maciej Borzecki
@ 2016-08-08 10:36 ` Otavio Salvador
  2016-08-08 10:44   ` Maciej Borzęcki
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2016-08-08 10:36 UTC (permalink / raw
  To: Maciej Borzecki
  Cc: Paul Eggleton, Otavio Salvador,
	Patches and discussions about the oe-core layer

On Mon, Aug 8, 2016 at 5:11 AM, Maciej Borzecki
<maciej.borzecki@rndity.com> wrote:
> Options and directory separator -- slipped past the patch removing
> Debianims, thus resulting in failures on hosts running Fedora.
>
> Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

Also, this should be backported for Krogoth no?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] ca-certificates: remove -- separator
  2016-08-08 10:36 ` Otavio Salvador
@ 2016-08-08 10:44   ` Maciej Borzęcki
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Borzęcki @ 2016-08-08 10:44 UTC (permalink / raw
  To: Otavio Salvador
  Cc: Paul Eggleton, Otavio Salvador,
	Patches and discussions about the oe-core layer

On Mon, Aug 8, 2016 at 12:36 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Mon, Aug 8, 2016 at 5:11 AM, Maciej Borzecki
> <maciej.borzecki@rndity.com> wrote:
>> Options and directory separator -- slipped past the patch removing
>> Debianims, thus resulting in failures on hosts running Fedora.
>>
>> Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
>
> Also, this should be backported for Krogoth no?

Yes, the problem is there as well.

-- 
Maciej Borzecki
RnDity


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

end of thread, other threads:[~2016-08-08 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08  8:11 [PATCH] ca-certificates: remove -- separator Maciej Borzecki
2016-08-08 10:36 ` Otavio Salvador
2016-08-08 10:44   ` Maciej Borzęcki

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.