* [Buildroot] [git commit] package/opkg-utils: actually install to target
@ 2023-09-30 19:03 Peter Korsgaard
2023-10-13 10:15 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2023-09-30 19:03 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=8c3c741439acb817e156fe28083ba0c6a0c4c720
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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@superbox.one>
Signed-off-by: Peter Korsgaard <peter@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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [git commit] package/opkg-utils: actually install to target
2023-09-30 19:03 [Buildroot] [git commit] package/opkg-utils: actually install to target Peter Korsgaard
@ 2023-10-13 10:15 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-10-13 10:15 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> commit: https://git.buildroot.net/buildroot/commit/?id=8c3c741439acb817e156fe28083ba0c6a0c4c720
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 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@superbox.one>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2023.02.x and 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-13 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 19:03 [Buildroot] [git commit] package/opkg-utils: actually install to target Peter Korsgaard
2023-10-13 10:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox