diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-05 08:38:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-05 08:38:32 +0000 |
commit | 3ca4c990b9cfbdf77f9295e4158d291761767faa (patch) | |
tree | 3ce1078e8a5c2a0fd3ff7c2467a88ac7736b0ac2 /packages/gnash/gnash-minimal_0.8.3.bb | |
parent | dab87d4b89d202c3bfc84e3bd1422cd5ef3a3242 (diff) |
gnash: add missing patch
Diffstat (limited to 'packages/gnash/gnash-minimal_0.8.3.bb')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.3.bb b/packages/gnash/gnash-minimal_0.8.3.bb new file mode 100644 index 0000000000..e161ae2c7a --- /dev/null +++ b/packages/gnash/gnash-minimal_0.8.3.bb @@ -0,0 +1,10 @@ +require gnash-minimal.inc + +EXTRA_OECONF += " --without-included-ltdl \ + --with-ltdl-include=${STAGING_INCDIR} \ + --with-ltdl-lib=${STAGING_LIBDIR} \ +" + +SRC_URI += "file://libtool-2.2.patch;patch=1" + + |