summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
Commit message (Expand)AuthorAgeFilesLines
* ob-checkbuilddeps: Fix opkg compare-versions ref cmd opPatrick McDermott2019-04-031-1/+1
* ob-checkbuilddeps, NEWS: Fix comment about opkg versionsPatrick McDermott2019-04-031-5/+5
* ob-checkbuilddeps: Support compare-versions change in opkg-ledePatrick McDermott2019-04-031-3/+27
* ob_substvars(): Make package operand optionalPatrick McDermott2019-03-181-1/+1
* ob_substvars(): Substitute binary package varsPatrick McDermott2019-03-181-1/+1
* Delimit operands of ob_reduce_deps()Patrick McDermott2019-03-181-1/+1
* Delimit operands of ob_parse_dep()Patrick McDermott2019-03-181-1/+1
* ob-checkbuilddeps: set -uPatrick McDermott2019-03-181-1/+1
* ob-checkbuilddeps: Add commentsPatrick McDermott2019-03-181-0/+2
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-2/+0
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-151-1/+2
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-1/+0
* ob_reduce_deps(): Use -p instead of -P for platformPatrick McDermott2019-03-131-1/+1
* ob_parse_dep(): Swap -p and -P option lettersPatrick McDermott2019-03-131-1/+1
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
* ob-*: Add return statements after ob_error() callsPatrick McDermott2019-03-131-0/+1
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
* Don't let libopkbuild errors cause exit with -ePatrick McDermott2019-03-131-2/+3
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-30/+30
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-3/+3
* ob_use(): RemovePatrick McDermott2018-12-221-5/+0
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
* Update copyright years.P. J. McDermott2014-05-151-1/+1
* ob-checkbuilddeps: Fix status check.P. J. McDermott2014-05-131-1/+1
* ob-checkbuilddeps: Set substvars.P. J. McDermott2014-05-131-0/+1
* 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