diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 10:58:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:22:58 +0200 |
commit | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (patch) | |
tree | ebb4420b9bb3159c19d7ea54a53d7509045d4ac4 /recipes/gnome | |
parent | f994e036d74f481b2a673774853a959b363324d3 (diff) |
gail: convert to new style staging
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gail_1.20.0.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/gnome/gail_1.20.0.bb b/recipes/gnome/gail_1.20.0.bb index c47f3a9abe..e9f5bc253e 100644 --- a/recipes/gnome/gail_1.20.0.bb +++ b/recipes/gnome/gail_1.20.0.bb @@ -1,6 +1,6 @@ LICENSE = "LGPL" SECTION = "x11/libs" -PR = "r0" +PR = "r1" DESCRIPTION = "GNOME Accessibility Implementation Library" DEPENDS = "gtk+" PROVIDES = "virtual/gail" @@ -12,11 +12,5 @@ EXTRA_OECONF = "--disable-gtk-doc" FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" -do_stage() { - gnome_stage_includes - oe_libinstall -C gail -so libgail ${STAGING_LIBDIR} - oe_libinstall -C libgail-util -so libgailutil ${STAGING_LIBDIR} -} - SRC_URI[archive.md5sum] = "697f83db831816946bb8944b8d34ec17" SRC_URI[archive.sha256sum] = "2e547b33a1f0abffb1a9860e5dc09330fbf6fbb45b7fe90dc5d12cea5fbe829e" |