summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/bsd-headers/bsd-headers.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/bsd-headers/bsd-headers.bb')
-rw-r--r--meta/recipes-core/bsd-headers/bsd-headers.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/bsd-headers/bsd-headers.bb b/meta/recipes-core/bsd-headers/bsd-headers.bb
index ae659abec4..12a2cca2c9 100644
--- a/meta/recipes-core/bsd-headers/bsd-headers.bb
+++ b/meta/recipes-core/bsd-headers/bsd-headers.bb
@@ -7,6 +7,7 @@ SECTION = "devel"
7 7
8SRC_URI = "file://sys-queue.h \ 8SRC_URI = "file://sys-queue.h \
9 file://sys-tree.h \ 9 file://sys-tree.h \
10 file://sys-cdefs.h \
10 " 11 "
11do_configure[noexec] = "1" 12do_configure[noexec] = "1"
12do_compile[noexec] = "1" 13do_compile[noexec] = "1"
@@ -18,6 +19,7 @@ S = "${WORKDIR}"
18do_install() { 19do_install() {
19 install -Dm 0644 ${S}/sys-queue.h ${D}${includedir}/sys/queue.h 20 install -Dm 0644 ${S}/sys-queue.h ${D}${includedir}/sys/queue.h
20 install -Dm 0644 ${S}/sys-tree.h ${D}${includedir}/sys/tree.h 21 install -Dm 0644 ${S}/sys-tree.h ${D}${includedir}/sys/tree.h
22 install -Dm 0644 ${S}/sys-cdefs.h ${D}${includedir}/sys/cdefs.h
21} 23}
22# 24#
23# We will skip parsing for non-musl systems 25# We will skip parsing for non-musl systems