mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
(From OE-Core rev: 9e6955dd85e8f7bfb835c1488aae38107604699c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
656 B
BlitzBasic
20 lines
656 B
BlitzBasic
SUMMARY = "New GNU Portable Threads library"
|
|
DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. "
|
|
HOMEPAGE = "https://gnupg.org/software/npth/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de"
|
|
UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
|
|
|
|
SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2"
|
|
|
|
SRC_URI[sha256sum] = "8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e"
|
|
|
|
inherit autotools multilib_header
|
|
|
|
do_install:append() {
|
|
oe_multilib_header npth.h
|
|
}
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|