* [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
* [Buildroot] [PATCH] python-pycrypto: ignore LICENSE.orig for the moment
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
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2013-12-22 21:07 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2013-12-22 18:04 +0100, Thomas Petazzoni spake thusly:
> 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.
Can't we have a post-extract hook that renames that file, so we can add
it to the legal-info?
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] python-pycrypto: ignore LICENSE.orig for the moment
2013-12-22 21:07 ` Yann E. MORIN
@ 2013-12-23 7:48 ` Thomas Petazzoni
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-12-23 7:48 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 22 Dec 2013 22:07:59 +0100, Yann E. MORIN wrote:
> On 2013-12-22 18:04 +0100, Thomas Petazzoni spake thusly:
> > 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.
>
> Can't we have a post-extract hook that renames that file, so we can add
> it to the legal-info?
Yes, that would be an option.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [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