[Buildroot] [PATCH 03/30] bash: add license info

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Nov 13 11:05:37 UTC 2012


From: "Arnout Vandecappelle (Essensium/Mind)" <arnout at mind.be>

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

diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index 1466d26..d28c615 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -7,6 +7,9 @@
 BASH_VERSION = 4.2
 BASH_SITE = $(BR2_GNU_MIRROR)/bash
 BASH_DEPENDENCIES = ncurses
+BASH_LICENSE = GPLv3+
+BASH_LICENSE_FILES = COPYING
+
 BASH_CONF_ENV +=                       \
    bash_cv_job_control_missing=present \
    bash_cv_sys_named_pipes=present     \
-- 
1.7.10.4




More information about the buildroot mailing list