mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
cpp-netlib: Make SKIP_RECIPE weak
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,4 +29,4 @@ do_install:append() {
|
||||
sed -i -e 's|${RECIPE_SYSROOT}||g' ${D}${libdir}/cmake/cppnetlib/cppnetlibTargets-noconfig.cmake
|
||||
}
|
||||
|
||||
SKIP_RECIPE[cpp-netlib] = "Does not work with boost >= 1.87"
|
||||
SKIP_RECIPE[cpp-netlib] ?= "Does not work with boost >= 1.87"
|
||||
|
||||
Reference in New Issue
Block a user