diff mbox

qextserialport: change license file

Message ID 1438032124-14639-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias July 27, 2015, 9:22 p.m. UTC
It's now LICENSE.md, fixes:
http://autobuild.buildroot.net/results/3e0/3e0f954df9196e89043f4aaad154dfdece08480a/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/qextserialport/qextserialport.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 27, 2015, 9:43 p.m. UTC | #1
Dear Gustavo Zacarias,

On Mon, 27 Jul 2015 18:22:04 -0300, Gustavo Zacarias wrote:
> It's now LICENSE.md, fixes:
> http://autobuild.buildroot.net/results/3e0/3e0f954df9196e89043f4aaad154dfdece08480a/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/qextserialport/qextserialport.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk
index 6f82b39..39e0407 100644
--- a/package/qextserialport/qextserialport.mk
+++ b/package/qextserialport/qextserialport.mk
@@ -7,7 +7,7 @@ 
 QEXTSERIALPORT_VERSION = ada321a9ee463f628e7b781b8ed00ff219152158
 QEXTSERIALPORT_SITE = $(call github,qextserialport,qextserialport,$(QEXTSERIALPORT_VERSION))
 QEXTSERIALPORT_LICENSE = MIT
-QEXTSERIALPORT_LICENSE_FILES = LICENSE
+QEXTSERIALPORT_LICENSE_FILES = LICENSE.md
 QEXTSERIALPORT_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_QT),y)