diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/bsd-headers/bsd-headers.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/bsd-headers/bsd-headers.bb b/meta/recipes-core/bsd-headers/bsd-headers.bb index 12a2cca2c9..8f43d431d9 100644 --- a/meta/recipes-core/bsd-headers/bsd-headers.bb +++ b/meta/recipes-core/bsd-headers/bsd-headers.bb | |||
@@ -2,7 +2,8 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "bsd compatible headers" | 4 | DESCRIPTION = "bsd compatible headers" |
5 | LICENSE = "BSD-3-Clause && BSD-2-Clause" | 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://sys-queue.h;beginline=1;endline=32;md5=c6352b0f03bb448600456547d334b56f" | ||
6 | SECTION = "devel" | 7 | SECTION = "devel" |
7 | 8 | ||
8 | SRC_URI = "file://sys-queue.h \ | 9 | SRC_URI = "file://sys-queue.h \ |
@@ -24,4 +25,7 @@ do_install() { | |||
24 | # | 25 | # |
25 | # We will skip parsing for non-musl systems | 26 | # We will skip parsing for non-musl systems |
26 | # | 27 | # |
28 | |||
27 | COMPATIBLE_HOST = ".*-musl.*" | 29 | COMPATIBLE_HOST = ".*-musl.*" |
30 | RDEPENDS_${PN}-dev = "" | ||
31 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||