Bug 10146 - [PATCH] package/skeleton-common fix recursive variable
Summary: [PATCH] package/skeleton-common fix recursive variable
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Yann E. MORIN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-03 09:23 UTC by Stefan Becker
Modified: 2017-08-03 10:34 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:


Attachments
patch for skeleton-common.mk (1.19 KB, patch)
2017-08-03 09:23 UTC, Stefan Becker
Details
patch for skeleton-common.mk (with Signed-off-by: line) (1.40 KB, patch)
2017-08-03 10:16 UTC, Stefan Becker
Details

Note You need to log in before you can comment on or make changes to this bug.
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!