summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* celt051: use https protocol in git fetcherJosep Puigdemont2015-09-161-1/+1
| | | | | | | | Only the https protocol is available when cloning from git.xiph.org currently. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* spice: add SRCREV_FORMAT to recipeJoe Slater2015-09-101-0/+2
| | | | | | | | Create a composite source revision. Failure to do so can cause parsing errors. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: package openLDAP 2.4.39Amy Fong2014-07-3024-0/+1341
| | | | | | The patches are taken from Debian. Signed-off-by: Amy Fong <amy.fong@windriver.com>
* autotools: B != S build fixesBruce Ashfield2014-05-211-1/+1
| | | | | | | | | | | | | Since oe-core introduced the autotools separated build and source directory changes, some package builds broke. With this change, we can build against the latest oe-core master. It should be noted that this masks the build issues, and the bbappends should be removed as dependency layers update or "real" fixes are generated. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* spice: allow separated src and build dirsMark Asselstine2014-05-132-1/+64
| | | | | | | | | Some minor fixes around generated .c and .h files were required to allow separated src and build dirs. Without these builds will fail and you would have to build in the src dir. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* spice: updates to work with latest autotoolsMark Asselstine2014-03-262-4/+37
| | | | | | | | | | | | We were getting several errors during configure related to autoreconf. We need to create an empty m4 directory as well as enable the subdir-objects option to allow configure to complete successfully. There were indications that this second issue was fixed upstream but even using the latest git trees I am seeing this failure. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-services: add celt051Bruce Ashfield2014-03-251-0/+30
| | | | | | spice requires celt051. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-cloud-services: introduce spiceBruce Ashfield2014-03-252-0/+163
A common requirement for many cloud systems is remote console access. Adding spice to the common layer allows a rich console environment to be provided. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>