From 36189f4b237041b14d3f02543c73b83cfe03f8e7 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 2 Dec 2013 11:21:21 -0800 Subject: [PATCH] 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. --- .../coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild index 8ee220e81a..f1c343380f 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild @@ -22,5 +22,6 @@ DEPEND=" dev-python/setuptools net-misc/curl sys-devel/crossdev + dev-util/boost-build " RDEPEND="${DEPEND}"