libeventdb: fix another strange problem with do_configure getting nylon-image_do_conf...
authorJustin Patrin <papercrane@gmail.com>
Tue, 7 Feb 2006 18:32:27 +0000 (18:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 7 Feb 2006 18:32:27 +0000 (18:32 +0000)
packages/libeventdb/libeventdb_0.19.bb

index 30dc81c..c423fb4 100644 (file)
@@ -11,5 +11,9 @@ inherit pkgconfig gpe autotools
 
 
 do_stage () {
-autotools_stage_all
+       autotools_stage_all
 }
+
+do_configure () {
+       autotools_do_configure
+}
\ No newline at end of file