summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* remove True option to getVar callsJoshua Lock2016-12-021-1/+1
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* yajl: update to 2.1.0Kang Kai2014-04-201-0/+18
Update yajl to version 2.1.0: * Correct license * Update SRCREV * Drop PR Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>