aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnash
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-03 10:44:08 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-03 10:44:08 +0000
commit0658c11da759d064ff8a43e70bfcd4c002045074 (patch)
tree0a42893eb59c2a11e8974acbcb67f05ecccfed46 /packages/gnash
parent141ed8990fcfe25063c14c75a331bf8d38d88893 (diff)
downloadopenembedded-0658c11da759d064ff8a43e70bfcd4c002045074.tar.gz
gnash: add 0.8.3 with an ugly, ugly hack to work around libtool problems
Diffstat (limited to 'packages/gnash')
-rw-r--r--packages/gnash/gnash_0.8.3.bb6
1 files changed, 6 insertions, 0 deletions
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
+}