diff options
| -rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index bb8aecded3..6fef0bed2c 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | |||
| @@ -22,6 +22,11 @@ S = "${WORKDIR}/git" | |||
| 22 | 22 | ||
| 23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
| 24 | 24 | ||
| 25 | # After several fix attempts there is still a race between generating | ||
| 26 | # t.test-full.pb.h and compiling cxx_generate_packed_data.c despite | ||
| 27 | # BUILT_SOURCES and explicit dependencies. | ||
| 28 | PARALLEL_MAKE = "" | ||
| 29 | |||
| 25 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 30 | PACKAGE_BEFORE_PN = "${PN}-compiler" |
| 26 | 31 | ||
| 27 | FILES_${PN}-compiler = "${bindir}" | 32 | FILES_${PN}-compiler = "${bindir}" |
