All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable
@ 2017-08-03  9:23 bugzilla at busybox.net
  2017-08-03  9:35 ` [Buildroot] [Bug 10146] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03  9:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10146

            Bug ID: 10146
           Summary: [PATCH] package/skeleton-common fix recursive variable
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: chemobejk at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 7141
  --> https://bugs.busybox.net/attachment.cgi?id=7141&action=edit
patch for skeleton-common.mk

This fixes a recursive variable definition introduced by the refactoring in
commit 120307520f69f801bf05df1d2fd3433c6d498551. Simply rename the hook to
remove the recursion.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10146] [PATCH] package/skeleton-common fix recursive variable
  2017-08-03  9:23 [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable bugzilla at busybox.net
@ 2017-08-03  9:35 ` bugzilla at busybox.net
  2017-08-03 10:07 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03  9:35 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10146

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |yann.morin.1998 at free.fr
                   |.org                        |
             Status|NEW                         |ASSIGNED

--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Stefan,

Can you please add your Signed-off-by line and send it to the list, please?

Thanks!

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10146] [PATCH] package/skeleton-common fix recursive variable
  2017-08-03  9:23 [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable bugzilla at busybox.net
  2017-08-03  9:35 ` [Buildroot] [Bug 10146] " bugzilla at busybox.net
@ 2017-08-03 10:07 ` bugzilla at busybox.net
  2017-08-03 10:16 ` bugzilla at busybox.net
  2017-08-03 10:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03 10:07 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10146

--- Comment #2 from Stefan Becker <chemobejk@gmail.com> ---
(In reply to Yann E. MORIN from comment #1)

Done, at least "git send-email" didn't print any error message...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10146] [PATCH] package/skeleton-common fix recursive variable
  2017-08-03  9:23 [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable bugzilla at busybox.net
  2017-08-03  9:35 ` [Buildroot] [Bug 10146] " bugzilla at busybox.net
  2017-08-03 10:07 ` bugzilla at busybox.net
@ 2017-08-03 10:16 ` bugzilla at busybox.net
  2017-08-03 10:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03 10:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10146

Stefan Becker <chemobejk@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7141|0                           |1
        is obsolete|                            |

--- Comment #3 from Stefan Becker <chemobejk@gmail.com> ---
Created attachment 7151
  --> https://bugs.busybox.net/attachment.cgi?id=7151&action=edit
patch for skeleton-common.mk (with Signed-off-by: line)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 10146] [PATCH] package/skeleton-common fix recursive variable
  2017-08-03  9:23 [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2017-08-03 10:16 ` bugzilla at busybox.net
@ 2017-08-03 10:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03 10:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10146

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks. Patch applied!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2017-08-03 10:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03  9:23 [Buildroot] [Bug 10146] New: [PATCH] package/skeleton-common fix recursive variable bugzilla at busybox.net
2017-08-03  9:35 ` [Buildroot] [Bug 10146] " bugzilla at busybox.net
2017-08-03 10:07 ` bugzilla at busybox.net
2017-08-03 10:16 ` bugzilla at busybox.net
2017-08-03 10:34 ` bugzilla at busybox.net

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.