diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb index 2a3a4ebd06..24b9e9a071 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb | |||
| @@ -4,6 +4,7 @@ LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c8bea43a2eb5d713c338819a0be07797" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c8bea43a2eb5d713c338819a0be07797" |
| 5 | 5 | ||
| 6 | DEPENDS = "zlib" | 6 | DEPENDS = "zlib" |
| 7 | DEPENDS:append:class-native = " libcap-native" | ||
| 7 | 8 | ||
| 8 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 9 | SRCREV = "8d605f0649ed1ab6d27a443c7688598ea21fdb75" | 10 | SRCREV = "8d605f0649ed1ab6d27a443c7688598ea21fdb75" |
| @@ -44,3 +45,5 @@ RDEPENDS:${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-s | |||
| 44 | 45 | ||
| 45 | # Avoid absolute paths to end up in the sysroot. | 46 | # Avoid absolute paths to end up in the sysroot. |
| 46 | SSTATE_SCAN_FILES += "*.cmake" | 47 | SSTATE_SCAN_FILES += "*.cmake" |
| 48 | |||
| 49 | BBCLASSEXTEND = "native" | ||
