Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] luv: fix license typo
@ 2015-10-28  8:39 Jerzy Grzegorek
  2015-10-28  8:39 ` [Buildroot] [PATCH 2/2] luv: remove the default value of the $(PKG)_SOURCE variable Jerzy Grzegorek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jerzy Grzegorek @ 2015-10-28  8:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/luv/luv.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/luv/luv.mk b/package/luv/luv.mk
index 8e108a0..fd5c365 100644
--- a/package/luv/luv.mk
+++ b/package/luv/luv.mk
@@ -8,7 +8,7 @@ LUV_VERSION = 1.7.4-4
 LUV_SOURCE = luv-$(LUV_VERSION).tar.gz
 LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION)
 LUV_LICENSE = Apache-2.0
-LUV_LICENSE_FILE = LICENSE.txt
+LUV_LICENSE_FILES = LICENSE.txt
 LUV_DEPENDENCIES = libuv
 LUV_INSTALL_STAGING = YES
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-02 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28  8:39 [Buildroot] [PATCH 1/2] luv: fix license typo Jerzy Grzegorek
2015-10-28  8:39 ` [Buildroot] [PATCH 2/2] luv: remove the default value of the $(PKG)_SOURCE variable Jerzy Grzegorek
2015-10-29  7:40   ` Jörg Krause
2015-11-02 21:44   ` Thomas Petazzoni
2015-10-29  7:34 ` [Buildroot] [PATCH 1/2] luv: fix license typo Jörg Krause
2015-11-02 21:45 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox