]> code.ossystems Code Review - openembedded-core.git/commit
python: remove stale link to "Python for Embedded Systems Site"
authorBob Cochran <openembedded@mindchasers.com>
Sat, 1 Apr 2017 02:38:13 +0000 (22:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Apr 2017 07:16:15 +0000 (08:16 +0100)
commitae13f580b759211c1a6b59a276f75d589f1db11c
treeb8a22deb91b746fe37852472696570c4c101a14f
parent97b2a20b55acf76ebaacff0054e0f3c2b4236847
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>
meta/recipes-devtools/python/python-2.7-manifest.inc
meta/recipes-devtools/python/python-3.5-manifest.inc
meta/recipes-devtools/python/python-native-2.7-manifest.inc
meta/recipes-devtools/python/python-native-3.5-manifest.inc
scripts/contrib/python/generate-manifest-2.7.py
scripts/contrib/python/generate-manifest-3.5.py