This repository was archived by the owner on May 30, 2023. It is now read-only.
sys-libs,net-fs: support cross-builds of WAF for tdb,tevent,ldb,samba#139
Merged
dongsupark merged 5 commits intoflatcar-masterfrom Dec 9, 2019
Merged
sys-libs,net-fs: support cross-builds of WAF for tdb,tevent,ldb,samba#139dongsupark merged 5 commits intoflatcar-masterfrom
dongsupark merged 5 commits intoflatcar-masterfrom
Conversation
added 5 commits
December 9, 2019 08:51
Bump talloc to 2.1.11, to satisfy dependencies required by ldb 1.3.
To be able to support cross-builds for ARM, we need to make a wrapper around WAF for sys-libs/tdb. To do that, move sys-libs/tdb from portage-stable, remove unnecessary ebuilds, and add wrappers. Also bump tdb to 1.3.15, to satisfy dependencies required by ldb 1.3.
To be able to support cross-builds for ARM, we need to make a wrapper around WAF for sys-libs/tevent. To do that, move sys-libs/tevent from portage-stable, remove unnecessary ebuilds, and add wrappers. Also bump tevent to 0.9.37, to satisfy dependencies required by ldb 1.3.
To be able to support cross-builds for ARM, we need to make a wrapper around WAF for sys-libs/ldb. Also bump ldb to 1.3.6, to avoid cross-builds issues happening with ldb 1.1. Doing the upgrade, we also need to pull in new dependencies like cmocka, talloc >= 2.1.11, tdb >= 1.3.15, and tevent >= 0.9.36.
To be able to support cross-builds for ARM, we need to make a wrapper around WAF for sys-libs/samba. Also bump samba to 4.8.6, to avoid cross-build issues happening with samba 4.5.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
To be able to support cross-builds for ARM, we need to make a wrapper around WAF for
sys-libs/tdb,sys-libs/tevent,sys-libs/ldbandnet-fs/samba.To do that, move
sys-libs/tdbandsys-libs/teventfrom portage-stable, remove unnecessary ebuilds, and add wrappers. We do not need to move other ebuilds, as they are already in coreos-overlay.Also bump
ldbto 1.3.6, andsambato 4.8.6, to avoid additional cross-build issues.Also bump
tallocto 2.1.11,tdbto 1.3.15,teventto 0.9.37, to satisfy dependencies required by ldb 1.3.This PR should be merged together with flatcar-archive/portage-stable#22.