Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcdio: update to version 2.1.0 | Hains van den Bosch | 2019-05-03 | 1 | -3/+3 |
| | | | | | | | Use tar.bz2 instead of tar.gz since tar.gz doesn't exist for 2.1.0. Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | libcdio: update to version 2.0.0 | Hains van den Bosch | 2018-02-11 | 1 | -2/+3 |
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | libcdio: clean up recipe | Andreas Oberritter | 2016-12-09 | 1 | -8/+11 |
| | | | | | | | Fix description, use packageconfig, use packagesplitfuncs. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libcdio-paranoia: new recipe for 10.2+0.93.1 | Andreas Oberritter | 2016-12-09 | 1 | -0/+24 |
| | | | | | | | Since libcdio 0.90, libcdio-paranoia is a separate project. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libcdio: update to 0.93 | Andreas Müller | 2015-09-23 | 1 | -5/+2 |
| | | | | | | | | | | | | | Build test for recipes depending on libcdio: * gst-plugins-ugly_0.10.19.bb with PACAKGECONFIG += "cdio" * gstreamer1.0-plugins-ugly with PACAKGECONFIG += "cdio" * mpd xbmc was not tested it is blacklisted for a while Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-oe: use BPN in SRC_URI | Robert Yang | 2014-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | 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> | ||||
* | Replace bb.data.* with d.* | Paul Eggleton | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||||
* | recipes: convert tabs to 4 spaces in populate_packages | Martin Jansa | 2012-07-19 | 1 | -3/+3 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | libcdio: add 0.82 | Koen Kooi | 2011-12-16 | 1 | -0/+28 |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |