Perl+fixes#112
Merged
Merged
Conversation
jkloetzke
reviewed
Aug 23, 2025
a49b019 to
dbbe8cc
Compare
rhubert
added a commit
to rhubert/basement-gnu-linux
that referenced
this pull request
Sep 7, 2025
The download URL used before recreates the archive on every download using `git-archive` in the background. This includes a version hash which changes it's length depending on the number of commits in the repository and thus the digest of the archive. See BobBuildTool#112 (comment).
Add gperf as buildTool to fix: configure: error: please install gperf
Randombit seems to be down. Use the release package from Github. Also mark the checkout deterministic.
Adapt to the basement change where perl is no longer part of the sandbox and used as tool instead.
If no config is provided and no config already exists, use 'make defconfig' to create a default config.
As for busybox, use 'make defconfig' to create some default config in case nothing else has been specified. Fixes BobBuildTool#111. Co-authored-by: Jan Klötzke <jan@kloetzke.net>
jkloetzke
pushed a commit
to rhubert/basement-gnu-linux
that referenced
this pull request
Sep 9, 2025
The download URL used before recreates the archive on every download using `git-archive` in the background. This includes a version hash which changes it's length depending on the number of commits in the repository and thus the digest of the archive. See BobBuildTool#112 (comment).
dbbe8cc to
ea2e882
Compare
Member
|
I have not really tested this, especially the kernel recipe changes. So be careful when testing... 😉 |
Intltool needs perl and the perl xml parser module. Provide both.
The download URL used before recreates the archive on every download using `git-archive` in the background. This includes a version hash which changes it's length depending on the number of commits in the repository and thus the digest of the archive. See BobBuildTool#112 (comment).
Contributor
Author
|
Thanks. I started a |
Member
Are we good to merge? Or should I hold he horses? |
Contributor
Author
|
Good to go. ATM |
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adapt to BobBuildTool/basement#270