[v2] (fff-)alfred: Add dependency in monitoring-proxy and alfred-json

Submitted by Adrian Schmutzler on Jan. 28, 2019, 11:59 a.m.

Details

Message ID 20190128115923.6631-1-freifunk@adrianschmutzler.de
State Accepted
Headers show

Commit Message

Adrian Schmutzler Jan. 28, 2019, 11:59 a.m.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>

---

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(-)

Patch hide | download patch | download mbox

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

Comments

Fabian Blaese Jan. 28, 2019, 1:15 p.m.
So hätte ich das auf jeden Fall gemacht.

Reviewed-by: Fabian Bläse <fabian@blaese.de>

On 28.01.19 12:59, Adrian Schmutzler wrote:
> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
> 
> ---
> 
> 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
>
Adrian Schmutzler Jan. 29, 2019, 12:01 a.m.
Applied.

 

From: Fabian Bläse [mailto:fabian@blaese.de] 
Sent: Montag, 28. Januar 2019 14:16
To: Adrian Schmutzler <freifunk@adrianschmutzler.de>; franken-dev@freifunk.net
Subject: Re: [PATCH v2] (fff-)alfred: Add dependency in monitoring-proxy and alfred-json

 

So hätte ich das auf jeden Fall gemacht. 

Reviewed-by: Fabian Bläse <fabian@blaese.de <mailto:fabian@blaese.de> > 

On 28.01.19 12:59, Adrian Schmutzler wrote: 
> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de <mailto:freifunk@adrianschmutzler.de> > 
> 
> --- 
> 
> 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 
>