From 88ee3e69d6e37dd1aee2eecc608378006d8f3fad Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sun, 23 Oct 2022 09:56:15 +0200 Subject: [PATCH] alfred: Rebuild on CONFIG*_ALFRED_* changes The buildsystem doesn't know that the Package/*/config kconfig symbols are related to the alfred package build. It is necessary to explicitly define it via PKG_CONFIG_DEPENDS. Fixes: f76074d42429 ("alfred: add alfred 2013.3.0 to feed") Signed-off-by: Sven Eckelmann --- alfred/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/alfred/Makefile b/alfred/Makefile index 230ec45..a19fe74 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -16,6 +16,13 @@ PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT PKG_BUILD_PARALLEL:=1 +PKG_CONFIG_DEPENDS += \ + CONFIG_ALFRED_NEEDS_lua \ + CONFIG_ALFRED_NEEDS_libgps \ + CONFIG_PACKAGE_ALFRED_VIS \ + CONFIG_PACKAGE_ALFRED_BATHOSTS \ + CONFIG_PACKAGE_ALFRED_GPSD + include $(INCLUDE_DIR)/package.mk define Package/alfred