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:
40ba90e
)
pkgconfig.inc: We should be installing pkgconfig files into LIBDIR now (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 29 Oct 2007 18:10:08 +0000
(18:10 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 29 Oct 2007 18:10:08 +0000
(18:10 +0000)
packages/pkgconfig/pkgconfig.inc
patch
|
blob
|
history
diff --git
a/packages/pkgconfig/pkgconfig.inc
b/packages/pkgconfig/pkgconfig.inc
index
ed9e7e6
..
a246c87
100644
(file)
--- a/
packages/pkgconfig/pkgconfig.inc
+++ b/
packages/pkgconfig/pkgconfig.inc
@@
-21,5
+21,5
@@
do_configure_prepend () {
}
do_stage_prepend() {
- install -d -m 0755 ${STAGING_
DATA
DIR}/pkgconfig
+ install -d -m 0755 ${STAGING_
LIB
DIR}/pkgconfig
}