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:
73390c1
)
python-pycairo 1.4.0 fix pkgconfig file. if we have more of these problems, then...
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 6 Mar 2008 18:37:37 +0000
(18:37 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 6 Mar 2008 18:37:37 +0000
(18:37 +0000)
solution in distutils.bbclass
packages/python/python-pycairo_1.4.0.bb
patch
|
blob
|
history
diff --git
a/packages/python/python-pycairo_1.4.0.bb
b/packages/python/python-pycairo_1.4.0.bb
index
a74c59f
..
9bb2fdf
100644
(file)
--- a/
packages/python/python-pycairo_1.4.0.bb
+++ b/
packages/python/python-pycairo_1.4.0.bb
@@
-3,7
+3,7
@@
SECTION = "python-devel"
HOMEPAGE = "http://cairographics.org/pycairo"
LICENSE = "LGPL MPL"
DEPENDS = "cairo"
-PR = "ml
0
"
+PR = "ml
1
"
SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz"
S = "${WORKDIR}/pycairo-${PV}"
@@
-13,4
+13,7
@@
inherit distutils pkgconfig
do_stage() {
install -d ${STAGING_INCDIR}
install -m 0644 cairo/pycairo.h ${STAGING_INCDIR}
+
+ # nasty pkgconfig fix necessary here
+ sed -i -e s,${STAGING_DIR_NATIVE},, pycairo.pc
}