diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-21 08:36:10 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-21 16:28:09 -0400 |
| commit | e62cc699098e16ea5ad8134b329c0ce9535eb706 (patch) | |
| tree | b1ecd52d531f2ce6d4cf180d94d2c62110b39958 | |
| parent | a8e3eddaeca8b4b034b4310767d941db1d6b1a00 (diff) | |
| download | meta-virtualization-e62cc699098e16ea5ad8134b329c0ce9535eb706.tar.gz | |
protobuf-native: Enable shared libs
protobuf-c needs shared libraries, linking with static libs
ends up with undefined symbols
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-devtools/protobuf/protobuf-native_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb index 47fb4011..91ab0b3f 100644 --- a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb +++ b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad5 | |||
| 15 | SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \ | 15 | SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | EXTRA_OECONF += " --with-protoc=echo --disable-shared" | 18 | EXTRA_OECONF += " --with-protoc=echo" |
| 19 | 19 | ||
| 20 | inherit native autotools | 20 | inherit native autotools |
| 21 | 21 | ||
