mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
proj: Enable apps when building native variant
proj binary is used during build by some recipes e.g. python3-pyproj Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,6 +17,8 @@ FILES:${PN} += "${datadir}/proj"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
PACKAGECONFIG ?= "curl"
|
||||
PACKAGECONFIG:append:class-native = " apps"
|
||||
|
||||
PACKAGECONFIG[apps] = "-DBUILD_APPS=ON, -DBUILD_APPS=OFF"
|
||||
PACKAGECONFIG[curl] = "-DENABLE_CURL=ON,-DENABLE_CURL=OFF,curl"
|
||||
PACKAGECONFIG[tiff] = "-DENABLE_TIFF=ON,-DENABLE_TIFF=OFF,tiff"
|
||||
|
||||
Reference in New Issue
Block a user