summaryrefslogtreecommitdiffstats
path: root/scripts/contrib
diff options
context:
space:
mode:
authorBob Cochran <openembedded@mindchasers.com>2017-03-31 22:38:13 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-01 23:28:19 +0100
commit1771bfd1a78b800d707963707c687fce63684136 (patch)
treec7976f8981751c77a1122bf18430d6630038a325 /scripts/contrib
parent2bdfce59bde8a0a4a10327cf87e7f2a5a0207c0c (diff)
downloadpoky-1771bfd1a78b800d707963707c687fce63684136.tar.gz
python: remove stale link to "Python for Embedded Systems Site"
Reference url is a stale, non existent site that returns a 404, so get rid of it Change impacts both the manifest files and the scripts that generate the manifests Run the following from within recipes-devtools/python ../../../scripts/contrib/python/generate-manifest-2.7.py > python-2.7-manifest.inc ../../../scripts/contrib/python/generate-manifest-2.7.py -n > python-native-2.7-manifest.inc ../../../scripts/contrib/python/generate-manifest-3.5.py > python-3.5-manifest.inc ../../../scripts/contrib/python/generate-manifest-3.5.py -n > python-native-3.5-manifest.inc (From OE-Core rev: ae13f580b759211c1a6b59a276f75d589f1db11c) Signed-off-by: Bob Cochran <openembedded@mindchasers.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py1
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py
index b5941a035f..5504b62271 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -34,7 +34,6 @@ class MakefileMaker:
34 self.out( """ 34 self.out( """
35# WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. 35# WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file.
36# Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> 36# Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
37# Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
38""" % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) 37""" % ( sys.argv[0], ' --native' if isNative else '', __version__ ) )
39 38
40 # 39 #
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index a7fc8bad09..386bdfcefd 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -37,7 +37,6 @@ class MakefileMaker:
37 self.out( """ 37 self.out( """
38# WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. 38# WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file.
39# Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> 39# Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
40# Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
41""" % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) 40""" % ( sys.argv[0], ' --native' if isNative else '', __version__ ) )
42 41
43 # 42 #