Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] python-pycairo: convert to new style staging and bump PR
@ 2010-10-15  6:24 Simon Busch
  2010-10-15  7:07 ` Frans Meulenbroeks
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Busch @ 2010-10-15  6:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 recipes/python/python-pycairo_1.4.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/python/python-pycairo_1.4.0.bb b/recipes/python/python-pycairo_1.4.0.bb
index 94bb338..b0cbf95 100644
--- a/recipes/python/python-pycairo_1.4.0.bb
+++ b/recipes/python/python-pycairo_1.4.0.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 HOMEPAGE = "http://cairographics.org/pycairo"
 LICENSE = "LGPL MPL"
 DEPENDS = "cairo"
-PR = "ml3"
+PR = "ml4"
 
 SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz \
            file://fix-setup-py.patch"
@@ -15,7 +15,7 @@ do_configure_append() {
 	sed -e 's:@prefix@:${prefix}:' -e 's:@includedir@:\$\{prefix\}/include:' -e 's:@VERSION@:${PV}:' pycairo.pc.in > pycairo.pc
 }
 
-do_stage() {
+do_install_append() {
 	install -d ${STAGING_INCDIR}
 	install -m 0644 cairo/pycairo.h ${STAGING_INCDIR}
 }
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-18 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15  6:24 [PATCH] python-pycairo: convert to new style staging and bump PR Simon Busch
2010-10-15  7:07 ` Frans Meulenbroeks
2010-10-15 16:46   ` Simon Busch
2010-10-18 18:39     ` Simon Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox