diff options
Diffstat (limited to 'meta/packages/pth/pth_2.0.7.bb')
-rw-r--r-- | meta/packages/pth/pth_2.0.7.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/pth/pth_2.0.7.bb b/meta/packages/pth/pth_2.0.7.bb index cdb0cf2cb1..ac93a27ebc 100644 --- a/meta/packages/pth/pth_2.0.7.bb +++ b/meta/packages/pth/pth_2.0.7.bb | |||
@@ -2,12 +2,13 @@ DESCRIPTION = "GNU Portable Threads" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPL LGPL FDL" | 4 | LICENSE = "GPL LGPL FDL" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" | 7 | SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" |
7 | 8 | ||
8 | PARALLEL_MAKE="" | 9 | PARALLEL_MAKE="" |
9 | 10 | ||
10 | inherit autotools | 11 | inherit autotools binconfig |
11 | 12 | ||
12 | do_configure() { | 13 | do_configure() { |
13 | gnu-configize | 14 | gnu-configize |
@@ -26,3 +27,6 @@ do_stage() { | |||
26 | install -d ${STAGING_DATADIR}/aclocal | 27 | install -d ${STAGING_DATADIR}/aclocal |
27 | install pth.m4 ${STAGING_DATADIR}/aclocal/ | 28 | install pth.m4 ${STAGING_DATADIR}/aclocal/ |
28 | } | 29 | } |
30 | |||
31 | FILES_${PN} = "${libdir}/libpth.so.*" | ||
32 | FILES_${PN}-dev += "${bindir}/pth-config" | ||