mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
cpp-netlib: Make SKIP_RECIPE weak
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a5d3b5b16e
commit
93a9d4862c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user