mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bsd-headers: Package cdefs.h
Its used in several packages (From OE-Core rev: 8fea65047519a4d84183571e09d3f3f559d9e164) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,6 +7,7 @@ SECTION = "devel"
|
||||
|
||||
SRC_URI = "file://sys-queue.h \
|
||||
file://sys-tree.h \
|
||||
file://sys-cdefs.h \
|
||||
"
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
@@ -18,6 +19,7 @@ S = "${WORKDIR}"
|
||||
do_install() {
|
||||
install -Dm 0644 ${S}/sys-queue.h ${D}${includedir}/sys/queue.h
|
||||
install -Dm 0644 ${S}/sys-tree.h ${D}${includedir}/sys/tree.h
|
||||
install -Dm 0644 ${S}/sys-cdefs.h ${D}${includedir}/sys/cdefs.h
|
||||
}
|
||||
#
|
||||
# We will skip parsing for non-musl systems
|
||||
|
||||
Reference in New Issue
Block a user