aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/faad2
AgeCommit message (Collapse)Author
2019-02-12faad2: upgrade to 2.8.8Ross Burton
Upgrade to the latest release, 2.8.8. Stop splitting the package up excessively, and use lib_package to put the binaries into PN-bin. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15faad2: set LICENSE_FLAGSPaul Eggleton
Commercial usage requires a license according to the homepage, so set LICENSE_FLAGS = "commercial" to indicate that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15faad2: set more accurate SUMMARY and add HOMEPAGEPaul Eggleton
Make it clear what this library is for and provide a link for more information. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-07-15meta-oe: use BPN in SRC_URIRobert Yang
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29faad2: fix QA warningsAndreas Müller
fix the following warnings: WARNING: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libfaad-dev/usr/lib/libfaad.a' WARNING: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libmp4ff-dev/usr/lib/libmp4ff.a' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-15faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07faad2: Imported from OE classicJoel A Fernandes
Changed LICENSE to GPLv2 and added LIC_FILES_CHKSUM Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>