| Message ID | 20250923062715.2563476-1-nitin.wankhade333@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,scarthgap] protobuf: Remove embedded runpath | expand |
Hi Anuj, Could you please consider this patch for integration into Scarthgap? Please let me know if you have any feedback.
On 11/4/25 07:17, Nikhil R via lists.openembedded.org wrote: > Hi Anuj, > > Could you please consider this patch for integration into Scarthgap? > Please let me know if you have any feedback. > It looks that this isn't in master branch. If it is applicable to master, it should go there first. If it isn't, could you please include some note about this in the commit message?
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb index e54dffd2cd..51f9b8c255 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.8.bb @@ -37,6 +37,7 @@ EXTRA_OECMAKE += "\ -Dprotobuf_BUILD_TESTS=OFF \ -Dprotobuf_BUILD_EXAMPLES=OFF \ -Dprotobuf_ABSL_PROVIDER="package" \ + -DCMAKE_SKIP_INSTALL_RPATH=ON \ " TEST_SRC_DIR = "examples"