git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80b88a
)
also stage pth.m4
author
Phil Blundell
<philb@gnu.org>
Sun, 21 Nov 2004 00:55:18 +0000
(
00:55
+0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 21 Nov 2004 00:55:18 +0000
(
00:55
+0000)
BKrev: 419fe776yGfJXoZvSheYrnXxYaeHfA
pth/pth_2.0.0.oe
patch
|
blob
|
history
diff --git
a/pth/pth_2.0.0.oe
b/pth/pth_2.0.0.oe
index
f188e26
..
a0c3056
100644
(file)
--- 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/
}