summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libmad/libmad
Commit message (Collapse)AuthorAgeFilesLines
* libmad: use "foreign" automake strictnessRoss Burton2014-07-161-0/+12
| | | | | | | | | | libmad doesn't want GNU-levels of automake strictness so tell it to be "foreign". (From OE-Core rev: 60da074fea280d8190e7439361712dcc86177f12) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmad: replace obsolete automake macros with working onesMarko Lindqvist2013-01-151-0/+14
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: da623c24804b7bb331de45f39063c7b207d6e4d6) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmad: add Upstream-StatusSaul Wold2011-06-013-0/+6
| | | | | | | (From OE-Core rev: 0261836ed1969d0b7c0d01b8a9d6e75fd75d99bc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Major layout change to the packages directoryRichard Purdie2010-08-273-0/+115
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>