| Summary: | tar file from git repository generation issue | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Jean-pierre Cartal <jpcartal> |
| Component: | Other | Assignee: | Yann E. MORIN <yann.morin.1998> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2021.02 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
Master branch patch
2020.02.x branch patch |
||
|
Description
Jean-pierre Cartal
2021-03-15 10:36:01 UTC
Created attachment 8796 [details]
2020.02.x branch patch
This will potentially cause a rev change in the tarballs generated by both svn and git since hashes are likely to change for affected repositories. Jean-Pierre, All, Thanks for the report. The use of --transform (in the current form or similar) has been introduced in commit 6d938bcb5249 in 2018-04-02, and although we had a few fixups over the following days, it has stayed like that ever since, until we introduced the current generic helper, that reuses that exact same --transform pattern. So, is this a new behaviour on your side, or is it a new package you are introducing? In any case, the use of the 'S' flag does indeed make sense. Can you submit your patches to the mailing list, please? Regards, Yann E. MORIN. (In reply to Yann E. MORIN from comment #3) Yann, I think this is not a new behaviour, neither a new package, but up to now we've been using the OVERRIDE_SRCDIR mechanism to generate binary tar files that were then used as part of the build. We just tried to make a full build from sources with this package and ended up hitting the reported issue. I'll submit the patches to the mailing list as soon as possible. Regards. |