- Feb 09, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 02, 2025
-
-
Jeremy Soller authored
TOML conversions to fix build See merge request !446
-
Jeremy Soller authored
fix(cook/fetch): check if directory does not exist See merge request !445
-
Jeremy Soller authored
fix(cookbook): add runtime dependencies to repo See merge request !442
-
Anhad Singh authored
This may be the case if repo.sh did not build any TOML recipes. In that case, we can just exit cleanly. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 01, 2025
-
-
Jeremy Soller authored
Update to latest redoxer See merge request !444
-
Ron Williams authored
-
- Jan 31, 2025
-
-
Jeremy Soller authored
-
Jeremy Soller authored
fix(cosmic-files): set shared-deps instead of package deps See merge request !443
-
Jeremy Soller authored
fix(netsurf) See merge request !441
-
Jeremy Soller authored
fix(cook): copy source only if newer See merge request !440
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Fixes the bug where libgcc was unnecessarily building multiple times. Which in turn caused other packages to rebuild. Example: The source path is set to `prefix/${TARGET}/sysroot`. Currently the way `cook` handles `source.path` ends up messing the timestamp of `recipes/libs/libgcc/source` as it just performs `copy_dir_all(path, &source_dir)` without checking if the timestamp of the source path specified in the recipe was changed. This would consequently update the timestamp of the source and cause it to rebuild. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 28, 2025
-
-
Jeremy Soller authored
fix(cook): build shared dependencies See merge request !438
-
Jeremy Soller authored
feat(cosmic-files): dynamic See merge request !439
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Before it was not check if the shared dependencies of a package had been built. This resulted in the installer panicking as it tried to install a non-built package. This commit fixes that issue. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 27, 2025
-
-
Jeremy Soller authored
feat(gettext): dynamic See merge request !437
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 25, 2025
-
-
Jeremy Soller authored
Update Boost recipe See merge request !436
-
Jeremy Soller authored
fix(coobook): separate shared deps See merge request !435
-
- Jan 24, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 23, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Josh Megnauth authored
Boost depends on some missing `wchar.h` functions which are wrapped and exposed by C++. Some of the libraries seem to either depend on `openat` or depend on external libraries that depend on `openat`. The main purpose of this patch is to update the recipe to an almost working state until those issues are resolved.
-
Anhad Singh authored
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 20, 2025
-
-
Ribbon authored
-
Jeremy Soller authored
feat: dynamic See merge request !432
-
Anhad Singh authored
By default all libraries and applications that can be dynamically linked will be dynamically linked. You can override this behaviour by setting the `COOKBOOK_PREFER_STATIC` environment variable. Note that if you perviously did not use this flag, it might (most likely will) require a complete userland sysroot recompilation. It will look like this: ```bash $ make clean $ COOKBOOK_PREFER_STATIC=yes make image ``` For testing, the following will also work: ```bash $ COOKBOOK_PREFER_STATIC=yes make cr.{PACKAGE_NAME} # obviously replace # PACKAGE_NAME with # the name of a package :) ``` Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-