Skip to content

Commit dfee415

Browse files
Rajan Kumarfacebook-github-bot
authored andcommitted
Adding yaml-cpp in fboss oss build
Summary: The new library firmware_storage needs the yaml-cpp. For OSS build this diff adds the yaml-cpp library to manifest Reviewed By: shri-khare Differential Revision: D25115387 fbshipit-source-id: 9ed1c374df7e87f284c48d366095a20183719534
1 parent 1844f6d commit dfee415

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[manifest]
2+
name = yaml-cpp
3+
4+
[download]
5+
url = https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz
6+
sha256 = e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05
7+
8+
[build.os=linux]
9+
builder = cmake
10+
subdir = yaml-cpp-yaml-cpp-0.6.2
11+
12+
[build.not(os=linux)]
13+
builder = nop
14+
15+
[dependencies]
16+
boost
17+
googletest
18+
19+
[cmake.defines]
20+
YAML_CPP_BUILD_TESTS=OFF

0 commit comments

Comments
 (0)