diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-21 20:55:36 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:05 -0800 |
| commit | 93a9d4862caae44c1254a67ab9bdc6f547313b59 (patch) | |
| tree | e7c063228822971ad777baaa7d35ef93d2a95067 /meta-oe/recipes-support/cpp-netlib | |
| parent | a5d3b5b16e3fb12863f94b44ccc32627e41ef039 (diff) | |
| download | meta-openembedded-93a9d4862caae44c1254a67ab9bdc6f547313b59.tar.gz | |
cpp-netlib: Make SKIP_RECIPE weak
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpp-netlib')
| -rw-r--r-- | meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb index 3cf166bd4a..8b50cb0654 100644 --- a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb +++ b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb | |||
| @@ -29,4 +29,4 @@ do_install:append() { | |||
| 29 | sed -i -e 's|${RECIPE_SYSROOT}||g' ${D}${libdir}/cmake/cppnetlib/cppnetlibTargets-noconfig.cmake | 29 | sed -i -e 's|${RECIPE_SYSROOT}||g' ${D}${libdir}/cmake/cppnetlib/cppnetlibTargets-noconfig.cmake |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | SKIP_RECIPE[cpp-netlib] = "Does not work with boost >= 1.87" | 32 | SKIP_RECIPE[cpp-netlib] ?= "Does not work with boost >= 1.87" |
