diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb index 5e6069fb81..95c2854fa6 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb | |||
| @@ -4,6 +4,7 @@ LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b" |
| 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 = "b0a749c8e7a8294b68581ce4feac0e55045eb00b" | 10 | SRCREV = "b0a749c8e7a8294b68581ce4feac0e55045eb00b" |
| @@ -61,3 +62,5 @@ RDEPENDS:${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-s | |||
| 61 | 62 | ||
| 62 | # Avoid absolute paths to end up in the sysroot. | 63 | # Avoid absolute paths to end up in the sysroot. |
| 63 | SSTATE_SCAN_FILES += "*.cmake" | 64 | SSTATE_SCAN_FILES += "*.cmake" |
| 65 | |||
| 66 | BBCLASSEXTEND = "native" | ||
