Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-pycrypto: ignore LICENSE.orig for the moment
@ 2013-12-22 17:04 Thomas Petazzoni
  2013-12-22 21:07 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-12-22 17:04 UTC (permalink / raw)
  To: buildroot

LICENSE.orig gets removed from the source tree by the apply-patches.sh
script. Until this is fixed in apply-patches.sh, remove LICENSE.orig
from <pkg>_LICENSE_FILES to fix the autobuilder issues.

Fixes:

  http://autobuild.buildroot.org/results/122/1225850e3c3a95021403adae1db1d34f9f3e955b/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/python-pycrypto/python-pycrypto.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/python-pycrypto/python-pycrypto.mk b/package/python-pycrypto/python-pycrypto.mk
index eda48bd..9d9d77e 100644
--- a/package/python-pycrypto/python-pycrypto.mk
+++ b/package/python-pycrypto/python-pycrypto.mk
@@ -10,8 +10,12 @@ PYTHON_PYCRYPTO_SITE = http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto
 PYTHON_PYCRYPTO_SETUP_TYPE = distutils
 
 PYTHON_PYCRYPTO_LICENSE = Public Domain, Python 2.2 License (HMAC.py, setup.py)
+
+# LEGAL/copy/LICENSE.orig should also be part of LICENSE_FILES below,
+# but our apply-patches.sh script removes all .orig files. Until this
+# is fixed, ignore LICENSE.orig.
 PYTHON_PYCRYPTO_LICENSE_FILES = COPYRIGHT LEGAL/copy/LICENSE.libtom \
-		LEGAL/copy/LICENSE.orig LEGAL/copy/LICENSE.python-2.2
+		LEGAL/copy/LICENSE.python-2.2
 
 PYTHON_PYCRYPTO_DEPENDENCIES = gmp
 
-- 
1.8.3.2

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

end of thread, other threads:[~2013-12-23  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 17:04 [Buildroot] [PATCH] python-pycrypto: ignore LICENSE.orig for the moment Thomas Petazzoni
2013-12-22 21:07 ` Yann E. MORIN
2013-12-23  7:48   ` Thomas Petazzoni

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