[Buildroot] [PATCH v3 2/2] docker: add license info

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Oct 23 22:24:19 UTC 2013


Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
v3: fixed splitting of the patches.

v2: no change
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/docker/docker.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/docker/docker.mk b/package/docker/docker.mk
index 255860b..9a9d26b 100644
--- a/package/docker/docker.mk
+++ b/package/docker/docker.mk
@@ -8,6 +8,10 @@ DOCKER_VERSION = 1.5
 DOCKER_SITE = http://icculus.org/openbox/2/docker
 DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11
 
+DOCKER_LICENSE = GPLv2+
+# The 'or later' is specified at the end of the README, so include that one too.
+DOCKER_LICENSE_FILES = COPYING README
+
 define DOCKER_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
 		XLIBPATH=$(STAGING_DIR)/usr/lib
-- 
1.8.4.rc3



More information about the buildroot mailing list