mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
20 lines
334 B
BlitzBasic
20 lines
334 B
BlitzBasic
DESCRIPTION = "GNU Portable Threads"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "GPL LGPL FDL"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
|
|
|
|
PARALLEL_MAKE=""
|
|
|
|
inherit autotools binconfig
|
|
|
|
do_configure() {
|
|
gnu-configize
|
|
oe_runconf
|
|
}
|
|
|
|
FILES_${PN} = "${libdir}/libpth.so.*"
|
|
FILES_${PN}-dev += "${bindir}/pth-config"
|