diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:13:54 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:22:58 +0200 |
commit | 7f2ff327841702403c3dfb9eea11e13ea05f3ca7 (patch) | |
tree | 061df2306dfd866c14daea868a7345e2d7311b5f /recipes/gnome/gnome-python-desktop_2.23.0.bb | |
parent | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (diff) |
gnome: convert a lot of recipes to new style staging
Diffstat (limited to 'recipes/gnome/gnome-python-desktop_2.23.0.bb')
-rw-r--r-- | recipes/gnome/gnome-python-desktop_2.23.0.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/gnome/gnome-python-desktop_2.23.0.bb b/recipes/gnome/gnome-python-desktop_2.23.0.bb index 5b2a9d9fc2..164b3d8ebc 100644 --- a/recipes/gnome/gnome-python-desktop_2.23.0.bb +++ b/recipes/gnome/gnome-python-desktop_2.23.0.bb @@ -1,7 +1,7 @@ LICENSE = "GPL/LGPL" DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk gnome-python libgnomeprint libgnomeprintui" -PR = "r4" +PR = "r5" inherit gnome distutils-base @@ -20,11 +20,6 @@ do_configure_prepend() { ${S}/configure.ac } -AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - FILES_${PN}-dev += "${datadir}/pygtk" SRC_URI[archive.md5sum] = "d8f8e61d99402e8b0a82d3c8d6e873be" |