mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
etcd-cpp-apiv3: Fix contains reference to TMPDIR [buildpaths] warning
WARNING: etcd-cpp-apiv3-0.15.4-r0 do_package_qa: QA Issue: File /usr/lib/cmake/etcd-cpp-api/etcd-targets.cmake in package etcd-cpp-apiv3-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,5 +19,9 @@ S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "-DCPPREST_EXCLUDE_WEBSOCKETS=ON"
|
||||
|
||||
do_install:append() {
|
||||
sed -i -e 's#${RECIPE_SYSROOT}##g' ${D}${libdir}/cmake/etcd-cpp-api/etcd-targets.cmake
|
||||
}
|
||||
|
||||
SOLIBS = ".so"
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
Reference in New Issue
Block a user