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:
12c7268
)
apr-util: stage everything
author
Koen Kooi
<koen@openembedded.org>
Thu, 21 Dec 2006 22:22:05 +0000
(22:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 21 Dec 2006 22:22:05 +0000
(22:22 +0000)
packages/apr/apr-util_1.2.7.bb
patch
|
blob
|
history
diff --git
a/packages/apr/apr-util_1.2.7.bb
b/packages/apr/apr-util_1.2.7.bb
index
2c9008c
..
c73eb80
100644
(file)
--- a/
packages/apr/apr-util_1.2.7.bb
+++ b/
packages/apr/apr-util_1.2.7.bb
@@
-3,7
+3,7
@@
SECTION = "libs"
DEPENDS = "apr expat gdbm"
LICENSE = "Apache License, Version 2.0"
-PR = "r
1
"
+PR = "r
2
"
# apache mirrors?
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz"
@@
-21,5
+21,5
@@
do_configure() {
}
do_stage() {
- oe_libinstall -a -so -C .libs libaprutil-1 ${STAGING_LIBDIR}
+ autotools_stage_all
}