diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:14:21 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:07:36 +0100 |
commit | d1557562a52b5728b0803b8b8bac2bfe91f012a3 (patch) | |
tree | 0eaa8856384fcb3bcfaad703e729b7386fa67545 /meta/recipes-devtools/python/python.inc | |
parent | 35e622d41590f1005c799ff8216967383f6cdfff (diff) | |
download | poky-d1557562a52b5728b0803b8b8bac2bfe91f012a3.tar.gz |
python: Switch to using the default -dbg package
Python was missing a lot of debug information. Switch to use the default
-dbg package. Also add some additional debug information to the -dbg package.
(From OE-Core rev: 63f4e1b469046753009d0cef498ef09c87c54912)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 3de220b6a4..f5ebb5bcdd 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "PSF" | |||
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | # bump this on every change in contrib/python/generate-manifest-2.6.py | 6 | # bump this on every change in contrib/python/generate-manifest-2.6.py |
7 | INC_PR = "nk1" | 7 | INC_PR = "nk2" |
8 | 8 | ||
9 | DEFAULT_PREFERENCE = "-26" | 9 | DEFAULT_PREFERENCE = "-26" |
10 | 10 | ||