]> code.ossystems Code Review - openembedded-core.git/commit
python: Fix cgi.py runtime issue
authorMark Hatle <mark.hatle@windriver.com>
Thu, 22 Sep 2011 01:55:33 +0000 (20:55 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 04:06:49 +0000 (05:06 +0100)
commit1da01664963b9c6a6df171dcd0fbb1406544035b
tree44a5b3a1e36bb843c922df05575eaa78f9d86000
parent3f24b0f82458bcf15eabc74b9f370d9e774d0f63
python: Fix cgi.py runtime issue

By default cgi.py attempts to use /usr/local/bin/python as its
interpreter.  However, on my Linux systems, including OE-Core,
python is installed into {bindir}.  Adjust this one file based on
the comment at the top of the upstream file.

This resolves an issue where a runtime dependency discovered during
RPM packaging breaks the rootfs construction.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/cgi_py.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.6.6.bb