Bug 10146

Summary: [PATCH] package/skeleton-common fix recursive variable
Product: buildroot Reporter: Stefan Becker <chemobejk>
Component: OtherAssignee: Yann E. MORIN <yann.morin.1998>
Status: RESOLVED FIXED    
Severity: normal CC: arnout, buildroot, thomas.petazzoni, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: patch for skeleton-common.mk
patch for skeleton-common.mk (with Signed-off-by: line)

Description Stefan Becker 2017-08-03 09:23:48 UTC
Created attachment 7141 [details]
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.
Comment 1 Yann E. MORIN 2017-08-03 09:35:12 UTC
Stefan,

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

Thanks!

Regards,
Yann E. MORIN.
Comment 2 Stefan Becker 2017-08-03 10:07:47 UTC
(In reply to Yann E. MORIN from comment #1)

Done, at least "git send-email" didn't print any error message...
Comment 3 Stefan Becker 2017-08-03 10:16:26 UTC
Created attachment 7151 [details]
patch for skeleton-common.mk (with Signed-off-by: line)
Comment 4 Thomas Petazzoni 2017-08-03 10:34:42 UTC
Thanks. Patch applied!