diff options
Diffstat (limited to 'meta/recipes-support/pth/pth_2.0.7.bb')
| -rw-r--r-- | meta/recipes-support/pth/pth_2.0.7.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb new file mode 100644 index 0000000000..8ee3cd4cd1 --- /dev/null +++ b/meta/recipes-support/pth/pth_2.0.7.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "GNU Portable Threads" | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/pth/" | ||
| 3 | SECTION = "libs" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "GPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" | ||
| 10 | |||
| 11 | PARALLEL_MAKE="" | ||
| 12 | |||
| 13 | inherit autotools binconfig | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | gnu-configize | ||
| 17 | oe_runconf | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES_${PN} = "${libdir}/libpth.so.*" | ||
| 21 | FILES_${PN}-dev += "${bindir}/pth-config" | ||
