summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.P. J. McDermott2014-05-151-1/+1
|
* ob-checkbuilddeps: Fix status check.P. J. McDermott2014-05-131-1/+1
| | | | | | This was breaking on packages with a status field like: Status: install user installed
* ob-checkbuilddeps: Set substvars.P. J. McDermott2014-05-131-0/+1
| | | | | | | | | | | | | ob_set_package_substvars() expects the name of a binary package as an argument, even though its implementation for SPF 2.x doesn't use the argument and SPF 2.0 doesn't specify any substitution variables that are specific to a binary package. I probably planned to add some binary-specific variables ("Binary" maybe?) but never did. For now we'll just call ob_set_package_substvars() with an empty argument.
* ob-checkbuilddeps: Use "@@OPKG@@" macro.P. J. McDermott2014-05-131-3/+3
|
* ob-checkbuilddeps: Finally implement.P. J. McDermott2014-05-121-0/+61
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Add informational output to ob-checkbuilddeps.P. J. McDermott2012-10-031-0/+2
|
* Implement a stub ob-checkbuilddeps.P. J. McDermott2012-10-031-0/+36