-
Notifications
You must be signed in to change notification settings - Fork 12
Perl+fixes #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perl+fixes #112
Conversation
a49b019 to
dbbe8cc
Compare
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>
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
|
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).
|
Thanks. I started a |
Are we good to merge? Or should I hold he horses? |
|
Good to go. ATM |
|
Thanks! |
adapt to BobBuildTool/basement#270