From bbcd264ede966459e0be2ead2b15fe169c77de76 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/alfred/Makefile b/alfred/Makefile index c4406dc..dc789f7 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -14,6 +14,14 @@ PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only MIT PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT + +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