gnome-python: use stage_all instead of stage_includes
authorKoen Kooi <koen@openembedded.org>
Sun, 9 Nov 2008 15:26:05 +0000 (16:26 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 9 Nov 2008 15:26:05 +0000 (16:26 +0100)
packages/gnome/gnome-python_2.22.1.bb

index c21ed98..0507cba 100644 (file)
@@ -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
+}