mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
nanopb: Split into 2 packages
This makes it possible to avoid building components which are not used in the native or runtime tooling. Most users of nanopb just want to build `nanopb-generator-native` and `nanopb-runtime` and not the other two combinations as they are building software for their target leveraging nanopb. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
f0d3a2bc86
commit
30bb83b306
@@ -0,0 +1,16 @@
|
||||
require nanopb.inc
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-Dnanopb_PROTOC_PATH=/bin/false \
|
||||
-Dnanopb_BUILD_RUNTIME=ON \
|
||||
-Dnanopb_BUILD_GENERATOR=OFF \
|
||||
"
|
||||
|
||||
# Maintain compatability with old header locations for packages
|
||||
# which haven't yet migrated to `nanopb/pb*.h`
|
||||
do_install:append() {
|
||||
for hdr in ${D}${includedir}/nanopb/*; do
|
||||
ln -sv nanopb/$(basename "$hdr") ${D}${includedir}/
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user