diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-03 10:44:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-03 10:44:08 +0000 |
commit | 0658c11da759d064ff8a43e70bfcd4c002045074 (patch) | |
tree | 0a42893eb59c2a11e8974acbcb67f05ecccfed46 /packages/gnash/gnash_0.8.3.bb | |
parent | 141ed8990fcfe25063c14c75a331bf8d38d88893 (diff) |
gnash: add 0.8.3 with an ugly, ugly hack to work around libtool problems
Diffstat (limited to 'packages/gnash/gnash_0.8.3.bb')
-rw-r--r-- | packages/gnash/gnash_0.8.3.bb | 6 |
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 +} |