From patchwork Mon Jan 28 11:59:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2] (fff-)alfred: Add dependency in monitoring-proxy and alfred-json From: Adrian Schmutzler X-Patchwork-Id: 997 Message-Id: <20190128115923.6631-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Mon, 28 Jan 2019 12:59:23 +0100 Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse Reviewed-by: Fabian Bläse > --- Changes in v2: - alfred-json depends on alfred instead of fff-alfred --- src/packages/fff/alfred-json/Makefile | 2 +- src/packages/fff/fff-alfred-monitoring-proxy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile index f3534636..8c84aa5a 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -16,7 +16,7 @@ define Package/$(PKG_NAME) CATEGORY:=Utilities TITLE:=A.L.F.R.E.D - JSON Client URL:=https://github.com/FreifunkFranken/alfred-json - DEPENDS:=+jansson +zlib + DEPENDS:=+jansson +zlib +alfred endef define Package/$(PKG_NAME)/install diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile index 4370bd9c..5834d44c 100644 --- a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile +++ b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile @@ -13,7 +13,7 @@ define Package/$(PKG_NAME) CATEGORY:=Freifunk TITLE:=Freifunk-Franken Alfred-Monitoring-Proxy URL:=https://www.freifunk-franken.de/ - DEPENDS:=+micrond +fff-random +curl +alfred-json + DEPENDS:=+curl +micrond +alfred-json +fff-alfred +fff-random endef define Package/$(PKG_NAME)/description