summaryrefslogtreecommitdiffstats
path: root/package/yajl
Commit message (Collapse)AuthorAgeFilesLines
* yajl: bump versionPeter Korsgaard2012-01-252-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from CMAKETARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* yajl: fix link issue on uClibcPeter Korsgaard2011-06-221-0/+24
| | | | | | We need to link with -lm for isnan() / isinf(). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add yajlPeter Korsgaard2011-06-212-0/+19
yajl is Yet Another JSON Library. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>