aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnash/gnash_0.8.7.bb
AgeCommit message (Collapse)Author
2010-07-26Siteinfo cleanup v2Chris Larson
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-05-13gnash: add new 0.8.7 version, based on gnash_trunk.bb in gnash's bzrDenis 'GNUtoo' Carikli
The gnash_trunk.bb was made by Rob Savoye with lot of help from me This recipe contains the following changes: *--disable-avm2 for speed,for now it's useless and only output debug messages: <bwy> It disables AVM2, though as AVM2 code doesn't do much, it's no less compatible without it. *added speex dependency to avoid bad includes issues such as : | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/speex *converted to correct variables(${STAGING_INCDIR}instead of ${STAGING_DIR_HOST}/usr/include) *make gnash plugin rdepend on gnash because gnash plugin executes the standalone gnash player