From 76971461b77d8ace7c4ff208de0510301e75ecc1 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 22 Jun 2019 14:02:27 +0200 Subject: [PATCH] build: warn when packages have no associated install section Signed-off-by: Jonas Gorski --- include/package-ipkg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 38252b95cd..442d3854f0 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -124,6 +124,8 @@ ifeq ($(DUMP),) endif $(PKG_INSTALL_STAMP).$(1): prepare-package-install echo "$(1)" >> $(PKG_INSTALL_STAMP) + else + $(if $(CONFIG_PACKAGE_$(1)),$$(warning WARNING: skipping $(1) -- package has no install section)) endif endif -- 2.30.2