[Buildroot] [git commit branch/2017.02.x] dbus-triggerd: add license file

Peter Korsgaard peter at korsgaard.com
Fri Mar 31 07:08:12 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=c1be21ac128640dd600da2ad5840c74d72a799ee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

In absence of license file, use source file as a license file since it
has license header in comments.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar at imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 50284570fbefa37c8874b47cd5998bd890e54632)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/dbus-triggerd/dbus-triggerd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dbus-triggerd/dbus-triggerd.mk b/package/dbus-triggerd/dbus-triggerd.mk
index 48d5fb2..0d693b4 100644
--- a/package/dbus-triggerd/dbus-triggerd.mk
+++ b/package/dbus-triggerd/dbus-triggerd.mk
@@ -7,6 +7,7 @@
 DBUS_TRIGGERD_VERSION = ba3dbec805cb707c94c54de21666bf18b79bcc09
 DBUS_TRIGGERD_SITE = git://rg42.org/dbustriggerd.git
 DBUS_TRIGGERD_LICENSE = GPLv2+
+DBUS_TRIGGERD_LICENSE_FILES = dbus-triggerd.c
 DBUS_TRIGGERD_DEPENDENCIES = host-pkgconf dbus
 
 define DBUS_TRIGGERD_BUILD_CMDS


More information about the buildroot mailing list