[oe-commits] Koen Kooi : gnome-python: use stage_all instead of stage_includes

GIT User account git at amethyst.openembedded.net
Mon Nov 10 00:06:31 UTC 2008


Module: openembedded.git
Branch: shared/xorg-7.4-update
Commit: 217085b82addded5064fbe2a05e3bcd2671ccfcc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=217085b82addded5064fbe2a05e3bcd2671ccfcc

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  9 16:26:05 2008 +0100

gnome-python: use stage_all instead of stage_includes

---

 packages/gnome/gnome-python_2.22.1.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/gnome/gnome-python_2.22.1.bb b/packages/gnome/gnome-python_2.22.1.bb
index c21ed98..0507cba 100644
--- a/packages/gnome/gnome-python_2.22.1.bb
+++ b/packages/gnome/gnome-python_2.22.1.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPL"
 DEPENDS = "libgnomeui pyorbit python-pygtk"
 RDEPENDS = "pyorbit"
 
-PR = "r0"
+PR = "r1"
 
 inherit gnome distutils-base pkgconfig
 
@@ -16,3 +16,6 @@ do_configure() {
 	autotools_do_configure
 }
 
+do_stage() {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list