mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
feat(coreos-devel/sdk-depends): add boost-build
building boost requires that the SDK has the b2 command line utility installed in /usr/bin/b2. Install this utility in the sdk.
This commit is contained in:
parent
89561b6f85
commit
36189f4b23
@ -22,5 +22,6 @@ DEPEND="
|
|||||||
dev-python/setuptools
|
dev-python/setuptools
|
||||||
net-misc/curl
|
net-misc/curl
|
||||||
sys-devel/crossdev
|
sys-devel/crossdev
|
||||||
|
dev-util/boost-build
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
Loading…
Reference in New Issue
Block a user