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/libgnome_2.6.1.1.bb | |
parent | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (diff) |
gnome: convert a lot of recipes to new style staging
Diffstat (limited to 'recipes/gnome/libgnome_2.6.1.1.bb')
-rw-r--r-- | recipes/gnome/libgnome_2.6.1.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/gnome/libgnome_2.6.1.1.bb b/recipes/gnome/libgnome_2.6.1.1.bb index 5f800f1b8a..ca23ba1164 100644 --- a/recipes/gnome/libgnome_2.6.1.1.bb +++ b/recipes/gnome/libgnome_2.6.1.1.bb @@ -1,6 +1,7 @@ LICENSE = "GPL" SECTION = "x11/gnome/libs" -PR = "r1" + +PR = "r2" inherit gnome @@ -10,10 +11,5 @@ DEPENDS = "gnome-vfs libbonobo" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR} - gnome_stage_includes -} - SRC_URI[archive.md5sum] = "8fb8d073987cb4c5d9bfe577550d11c2" SRC_URI[archive.sha256sum] = "eda475bdbc875fcb2c0b53acdb6de0f403bafc7941dd42f076353366d4f348b2" |