From: Thomas Petazzoni Date: Tue, 29 Dec 2015 11:23:07 +0000 (+0100) Subject: emlog: remove linux dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cabb083814999cae69b7eb17202e3238e169aab1;p=buildroot.git emlog: remove linux dependency The dependency on linux is automatically added by the kernel-module infrastructure, so there is no need to explicit add it in the emlog package. Thanks to Arnout for spotting the issue. Reported-by: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- diff --git a/package/emlog/emlog.mk b/package/emlog/emlog.mk index cf1196108b..f79b1cf8f5 100644 --- a/package/emlog/emlog.mk +++ b/package/emlog/emlog.mk @@ -6,7 +6,6 @@ EMLOG_VERSION = bd32494ad757c3d37469877aaf99ced3ee6ca3f8 EMLOG_SITE = $(call github,nicupavel,emlog,$(EMLOG_VERSION)) -EMLOG_DEPENDENCIES = linux EMLOG_LICENSE = GPLv2 EMLOG_LICENSE_FILES = COPYING