summaryrefslogtreecommitdiffstats
path: root/meta/packages/librsvg/librsvg_svn.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/librsvg/librsvg_svn.bb
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/librsvg/librsvg_svn.bb')
-rw-r--r--meta/packages/librsvg/librsvg_svn.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/librsvg/librsvg_svn.bb b/meta/packages/librsvg/librsvg_svn.bb
index 92a8253714..580196c2a7 100644
--- a/meta/packages/librsvg/librsvg_svn.bb
+++ b/meta/packages/librsvg/librsvg_svn.bb
@@ -6,7 +6,7 @@ PR = "r3"
6 6
7EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" 7EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
8 8
9inherit autotools pkgconfig gnome 9inherit autotools_stage pkgconfig gnome
10 10
11SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" 11SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
12PV = "2.22.3+svnr${SRCREV}" 12PV = "2.22.3+svnr${SRCREV}"
@@ -30,10 +30,6 @@ FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \
30FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ 30FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \
31 ${libdir}/gtk-2.0/*/*/.debug" 31 ${libdir}/gtk-2.0/*/*/.debug"
32 32
33do_stage() {
34 autotools_stage_all
35}
36
37pkg_postinst_librsvg-gtk() { 33pkg_postinst_librsvg-gtk() {
38if [ "x$D" != "x" ]; then 34if [ "x$D" != "x" ]; then
39 exit 1 35 exit 1