summaryrefslogtreecommitdiff
path: root/pth
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-21 00:55:18 +0000
committerPhil Blundell <philb@gnu.org>2004-11-21 00:55:18 +0000
commit62ecaa2f1cd2eee77ccdfd7b419fd7c9a1efb152 (patch)
tree9035933cf32968ac3dc24622a7a27f353ee0e82d /pth
parenta80b88a1904dfeca7ba91cf72053546be6c040f8 (diff)
also stage pth.m4
BKrev: 419fe776yGfJXoZvSheYrnXxYaeHfA
Diffstat (limited to 'pth')
-rw-r--r--pth/pth_2.0.0.oe3
1 files changed, 3 insertions, 0 deletions
diff --git a/pth/pth_2.0.0.oe b/pth/pth_2.0.0.oe
index f188e26350..a0c3056157 100644
--- a/pth/pth_2.0.0.oe
+++ b/pth/pth_2.0.0.oe
@@ -2,6 +2,7 @@ DESCRIPTION = "GNU Portable Threads"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
+PR = "r1"
SRC_URI = "ftp://ftp.ossp.org/pkg/lib/pth/pth-${PV}.tar.gz"
@@ -21,4 +22,6 @@ do_stage() {
install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X
done
+ install -d ${STAGING_DATADIR}/aclocal
+ install pth.m4 ${STAGING_DATADIR}/aclocal/
}