[Buildroot] [PATCH 1/8] package/opkg-utils: remove build step

Ryan Barnett ryan.barnett at rockwellcollins.com
Fri Mar 12 20:05:27 UTC 2021


opkg-utils is a package that only provides bash and python scripts.
Upon further inspection of the Makefile for the package, invoking
`make` is equivalent to `make install`. The makes the build step
unnecessary so remove it.

Signed-off-by: Ryan Barnett <ryan.barnett at rockwellcollins.com>
---
 package/opkg-utils/opkg-utils.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/opkg-utils/opkg-utils.mk b/package/opkg-utils/opkg-utils.mk
index a94a4cd5cd..47fc4c63b4 100644
--- a/package/opkg-utils/opkg-utils.mk
+++ b/package/opkg-utils/opkg-utils.mk
@@ -12,10 +12,6 @@ OPKG_UTILS_LICENSE_FILES = COPYING
 
 HOST_OPKG_UTILS_DEPENDENCIES += $(BR2_PYTHON3_HOST_DEPENDENCY)
 
-define HOST_OPKG_UTILS_BUILD_CMDS
-	$(MAKE) -C $(@D) $(HOST_CONFIGURE_OPTS)
-endef
-
 define HOST_OPKG_UTILS_INSTALL_CMDS
 	$(MAKE) -C $(@D) PREFIX=$(HOST_DIR) install
 endef
-- 
2.17.1




More information about the buildroot mailing list