From 0df0eaeaaca4d1c35061a94cb7058d84467b10e9 Mon Sep 17 00:00:00 2001 From: flokli Date: Wed, 14 Jan 2015 06:19:27 +0100 Subject: [PATCH] gluon-announced: add dependency to gluon-announce the gluon-announced package installs a hotplug script that uses announce.lua from the gluon-announce package. So we need to include gluon-announce as dependency. Signed-off-by: flokli --- package/gluon-announced/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-announced/Makefile b/package/gluon-announced/Makefile index 4fc31f6a..1f802dc2 100644 --- a/package/gluon-announced/Makefile +++ b/package/gluon-announced/Makefile @@ -12,7 +12,7 @@ define Package/gluon-announced SECTION:=gluon CATEGORY:=Gluon TITLE:=announced support - DEPENDS:= + DEPENDS:=+gluon-announce endef define Package/gluon-announced/description