diff options
author | Bob Cochran <openembedded@mindchasers.com> | 2017-03-31 22:38:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-01 08:16:15 +0100 |
commit | ae13f580b759211c1a6b59a276f75d589f1db11c (patch) | |
tree | b8a22deb91b746fe37852472696570c4c101a14f /meta/recipes-devtools/python/python-3.5-manifest.inc | |
parent | 97b2a20b55acf76ebaacff0054e0f3c2b4236847 (diff) | |
download | openembedded-core-ae13f580b759211c1a6b59a276f75d589f1db11c.tar.gz openembedded-core-ae13f580b759211c1a6b59a276f75d589f1db11c.tar.bz2 openembedded-core-ae13f580b759211c1a6b59a276f75d589f1db11c.zip |
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
Signed-off-by: Bob Cochran <openembedded@mindchasers.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-3.5-manifest.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-3.5-manifest.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc index a53a8d5d1f..55bcc4b6da 100644 --- a/meta/recipes-devtools/python/python-3.5-manifest.inc +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc @@ -1,7 +1,6 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. # Generator: '../../../scripts/contrib/python/generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> -# Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy |