[Buildroot] [git commit branch/2023.08.x] package/opkg-utils: actually install to target

Peter Korsgaard peter at korsgaard.com
Fri Oct 13 10:13:25 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=814281c439af9e14eba69ad06cb93f23383c8125
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.08.x

Commit b9bf1c6535cb (package/opkg-utils: add opkg-utils as target pkg)
misspelled the macro to install to target, most probably as a bad
copy-paste from the host macro.

Fix that.

Reported-by: Michael Hacker <mh at superbox.one>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 8c3c741439acb817e156fe28083ba0c6a0c4c720)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/opkg-utils/opkg-utils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/opkg-utils/opkg-utils.mk b/package/opkg-utils/opkg-utils.mk
index ad267c5c94..384a7323ee 100644
--- a/package/opkg-utils/opkg-utils.mk
+++ b/package/opkg-utils/opkg-utils.mk
@@ -16,7 +16,7 @@ HOST_OPKG_UTILS_DEPENDENCIES = \
 	host-xz
 
 # Nothing to build; only scripts to install.
-define OPKG_UTILS_INSTALL_CMDS
+define OPKG_UTILS_INSTALL_TARGET_CMDS
 	$(MAKE) -C $(@D) PREFIX=$(TARGET_DIR) install-utils
 endef
 



More information about the buildroot mailing list