diff options
author | Robert Marko <robimarko@gmail.com> | 2024-11-19 23:38:02 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-11-20 09:49:21 +0100 |
commit | 03eeeffbd62bbba201445e0b79bd3360c896a4c8 (patch) | |
tree | fb994e5cbc6aec68d6a2ab9936e2b2b1c0283b68 /toolchain/fortify-headers | |
parent | 22664498ebdd47aad9b15f62edbcaadd851fd62c (diff) | |
download | openwrt-03eeeffbd62bbba201445e0b79bd3360c896a4c8.tar.gz openwrt-03eeeffbd62bbba201445e0b79bd3360c896a4c8.tar.bz2 openwrt-03eeeffbd62bbba201445e0b79bd3360c896a4c8.zip |
imagebuilder: fix APK package_depends support
Currently trying to use the 'package_depends' feature of ImageBuilder will
result in it trying to call OPKG:
make package_depends PACKAGE="usbutils"
OK: 26 MiB in 142 packages
bash: line 1: openwrt-imagebuilder-qualcommax-ipq807x.Linux-x86_64/staging_dir/host/bin/opkg: No such file or directory
make: *** [Makefile:363: package_depends] Error 127
It looks like a copy/paste error when APK support was being added, so lets
fix it by calling APK and its "info --depends" command.
Fixes: #16996
Fixes: d788ab376f85 ("build: add APK package build capabilities")
Link: https://github.com/openwrt/openwrt/pull/17022
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'toolchain/fortify-headers')
0 files changed, 0 insertions, 0 deletions