Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ob-checkbuilddeps: Fix opkg compare-versions ref cmd op | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps, NEWS: Fix comment about opkg versions | Patrick McDermott | 2019-04-03 | 1 | -5/+5 |
| | | | | Also update copyright years. | ||||
* | ob-checkbuilddeps: Support compare-versions change in opkg-lede | Patrick McDermott | 2019-04-03 | 1 | -3/+27 |
| | |||||
* | ob_substvars(): Make package operand optional | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_reduce_deps() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_parse_dep() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Add comments | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | opkbuild, ob-*: Don't manually load libopkbuild | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Drop call to main() | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. | ||||
* | opkbuild, ob-*: Fix printf commands after ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 1 | -1/+2 |
| | |||||
* | ob_parse_package_metadata(): Merge into ob_init_package() | Patrick McDermott | 2019-03-13 | 1 | -1/+0 |
| | | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API. | ||||
* | ob_reduce_deps(): Use -p instead of -P for platform | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Same rationale as in commit 34f21a5. | ||||
* | ob_parse_dep(): Swap -p and -P option letters | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Be consistent with opkbuild and other executable CLIs. | ||||
* | ob_parse_package_metadata(): Eliminate caching | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Cf. commit da45b6d. | ||||
* | opkbuild, ob-*: Exit with error on ob_set_text_domain() failure | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | ob-*: Replace exit with return | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob-*: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 1 | -0/+1 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 1 | -2/+3 |
| | |||||
* | ob-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -30/+30 |
| | |||||
* | opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Update header comments, copyrights, and license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 1 | -3/+3 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -5/+0 |
| | |||||
* | opkbuild, ob-*: Load newly linked libopkbuild | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | libopkbuild: Change output file extension to .sho | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | P. J. McDermott | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Fix status check. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | | | | | | This was breaking on packages with a status field like: Status: install user installed | ||||
* | ob-checkbuilddeps: Set substvars. | P. J. McDermott | 2014-05-13 | 1 | -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. McDermott | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | ob-checkbuilddeps: Finally implement. | P. J. McDermott | 2014-05-12 | 1 | -0/+61 |
| | |||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Exit on failure to parse package metadata. | P. J. McDermott | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Add informational output to ob-checkbuilddeps. | P. J. McDermott | 2012-10-03 | 1 | -0/+2 |
| | |||||
* | Implement a stub ob-checkbuilddeps. | P. J. McDermott | 2012-10-03 | 1 | -0/+36 |