diff options
Diffstat (limited to 'packages/gnash/gnash_0.8.3.bb')
-rw-r--r-- | packages/gnash/gnash_0.8.3.bb | 11 |
1 files changed, 11 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..cc8de96995 --- /dev/null +++ b/packages/gnash/gnash_0.8.3.bb @@ -0,0 +1,11 @@ +require gnash.inc + +PR = "r2" + +EXTRA_OECONF += " --without-included-ltdl \ + --with-ltdl-include=${STAGING_INCDIR} \ + --with-ltdl-lib=${STAGING_LIBDIR} \ +" + +SRC_URI += "file://libtool-2.2.patch;patch=1" + |