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:
7da4b94
)
pkgconfig: convert to new-style staging
author
Koen Kooi
<koen@openembedded.org>
Sat, 27 Mar 2010 10:12:50 +0000
(11:12 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 27 Mar 2010 10:12:50 +0000
(11:12 +0100)
recipes/pkgconfig/pkgconfig.inc
patch
|
blob
|
history
diff --git
a/recipes/pkgconfig/pkgconfig.inc
b/recipes/pkgconfig/pkgconfig.inc
index
cb6bd02
..
5707735
100644
(file)
--- a/
recipes/pkgconfig/pkgconfig.inc
+++ b/
recipes/pkgconfig/pkgconfig.inc
@@
-5,7
+5,7
@@
It replaces the ubiquitous *-config scripts you may have \
seen with a single tool."
HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
LICENSE = "GPL"
-INC_PR = "r
7
"
+INC_PR = "r
8
"
SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
file://autofoo.patch;patch=1 \
@@
-21,6
+21,6
@@
do_configure_prepend () {
install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.*/
}
-do_
stage
() {
- install -d -m 0755 ${
STAGING_LIBDIR
}/pkgconfig
+do_
install_append
() {
+ install -d -m 0755 ${
libdir
}/pkgconfig
}