| Submitter | Simon Dawson |
|---|---|
| Date | July 31, 2012, 8:16 a.m. |
| Message ID | <1343722572-10070-1-git-send-email-spdawson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/174175/ |
| State | Rejected |
| Headers | show |
Comments
Le Tue, 31 Jul 2012 09:16:12 +0100,
spdawson@gmail.com a écrit :
> +LCDPROC_LICENSE = LGPLv2+
Nak, the license is GPLv2+.
Please be careful when adding license information that those
information are correct.
Thomas
On 31 July 2012 20:44, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > Nak, the license is GPLv2+. > > Please be careful when adding license information that those > information are correct. Oops. Sorry about that. Will fix and resubmit. Simon.
Patch
diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk index 1275ddf..da2909d 100644 --- a/package/lcdproc/lcdproc.mk +++ b/package/lcdproc/lcdproc.mk @@ -6,6 +6,8 @@ LCDPROC_VERSION = 0.5.5 LCDPROC_SOURCE = lcdproc-$(LCDPROC_VERSION).tar.gz LCDPROC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/lcdproc/lcdproc/$(LCDPROC_VERSION) +LCDPROC_LICENSE = LGPLv2+ +LCDPROC_LICENSE_FILES = COPYING LCDPROC_CONF_OPT = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS)