libsvg 0.1.4: Fix typo
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 14 Feb 2006 09:04:36 +0000 (09:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 14 Feb 2006 09:04:36 +0000 (09:04 +0000)
packages/cairo/libsvg_0.1.4.bb

index 77d86c7..730f427 100644 (file)
@@ -13,5 +13,5 @@ EXTRA_OECONF = "--with-expat"
 inherit autotools pkgconfig 
 
 do_stage () {
-       autotools_stage_all()
+       autotools_stage_all
 }