mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-10 16:16:00 +02:00
Fixes ERROR: websocketpp-0.8.1-r0 do_package: QA Issue: websocketpp: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/websocketpp /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake /usr/lib/cmake/websocketpp/websocketpp-config.cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
652 B
BlitzBasic
20 lines
652 B
BlitzBasic
SUMMARY = "C++/Boost Asio based websocket client/server library."
|
|
SECTION = "libs/network"
|
|
HOMEPAGE = "https://github.com/zaphoyd/websocketpp"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea"
|
|
DEPENDS = "openssl boost zlib"
|
|
|
|
SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \
|
|
file://0001-Replace-make_shared-with-new-in-some-cases.patch \
|
|
file://0002-Fix-missed-entries-fix-testing.patch \
|
|
file://0001-cmake-Use-GNUInstallDirs.patch \
|
|
"
|
|
|
|
# tag 0.8.1
|
|
SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|