aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/gnome/gnome-python_2.22.1.bb5
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 c21ed9860d..0507cba010 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
+}