Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] opkg-utils binaries did not installed with make install-utils
@ 2023-04-19  3:22 Michael Hacker
  2023-04-23 13:05 ` Yann E. MORIN
  2023-04-23 13:07 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Hacker @ 2023-04-19  3:22 UTC (permalink / raw)
  To: buildroot

There seems to be something wrong in the opkg-utils.mk. install-utils does not run correctly and some tools are missing, e.g. opkg-utils.

I have a patch for it and after that everything is installed correctly:

diff --git a/package/opkg-utils/opkg-utils.mk b/package/opkg-utils/opkg-utils.mk
index ad267c5c94..384a7323ee 100644
--- a/buildroot/package/opkg-utils/opkg-utils.mk
+++ b/buildroot/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

Michael Hacker
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-30 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19  3:22 [Buildroot] opkg-utils binaries did not installed with make install-utils Michael Hacker
2023-04-23 13:05 ` Yann E. MORIN
2023-09-30 19:03   ` Peter Korsgaard
2023-04-23 13:07 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox