From: Koen Kooi Date: Thu, 3 Jul 2008 10:44:08 +0000 (+0000) Subject: gnash: add 0.8.3 with an ugly, ugly hack to work around libtool problems X-Git-Tag: Release-2010-05/1~6553^2~4^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0658c11da759d064ff8a43e70bfcd4c002045074;p=openembedded.git gnash: add 0.8.3 with an ugly, ugly hack to work around libtool problems --- diff --git a/packages/gnash/gnash_0.8.3.bb b/packages/gnash/gnash_0.8.3.bb new file mode 100644 index 0000000000..383f970755 --- /dev/null +++ b/packages/gnash/gnash_0.8.3.bb @@ -0,0 +1,6 @@ +require gnash.inc + +do_configure() { + gnu-configize + oe_runconf +}