[Buildroot] [git commit] python-coherence: fix legal-info

Peter Korsgaard peter at korsgaard.com
Sun Apr 5 19:28:15 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=6b0aea1b6cff5a9d3898e5a4eb1f79044b77ebed
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Typo in license file name.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-coherence/python-coherence.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk
index 301885b..f9df37c 100644
--- a/package/python-coherence/python-coherence.mk
+++ b/package/python-coherence/python-coherence.mk
@@ -8,7 +8,7 @@ PYTHON_COHERENCE_VERSION = 0.6.6.2
 PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
 PYTHON_COHERENCE_SETUP_TYPE = setuptools
 PYTHON_COHERENCE_LICENSE = MIT
-PYTHON_COHERENCE_LICENSE_FILES = LICENSE
+PYTHON_COHERENCE_LICENSE_FILES = LICENCE
 PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn
 
 $(eval $(python-package))


More information about the buildroot mailing list