From: Justin Patrin Date: Tue, 7 Feb 2006 18:32:27 +0000 (+0000) Subject: libeventdb: fix another strange problem with do_configure getting nylon-image_do_conf... X-Git-Tag: Release-2010-05/1~9453^2~2412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615128a1d09c232329b9001fe3f640f8e3a52722;p=openembedded.git libeventdb: fix another strange problem with do_configure getting nylon-image_do_configure --- diff --git a/packages/libeventdb/libeventdb_0.19.bb b/packages/libeventdb/libeventdb_0.19.bb index 30dc81c34c..c423fb4d5b 100644 --- a/packages/libeventdb/libeventdb_0.19.bb +++ b/packages/libeventdb/libeventdb_0.19.bb @@ -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