diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:53:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:32 +0100 |
commit | fc2cee5cc6299a5592af598c23a13f93bab1e5c8 (patch) | |
tree | 3add08cdba5c43517ced933880bc0752f2bf12d3 /meta/recipes-devtools/python/python.inc | |
parent | aec20af824a862399f91d3382a052467dba71dc5 (diff) | |
download | poky-fc2cee5cc6299a5592af598c23a13f93bab1e5c8.tar.gz |
Rename poky-lsb override to linuxstdbase
(From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba)
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 bfa0bb2b36..3de220b6a4 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -22,7 +22,7 @@ EXTRA_OECONF = "\ | |||
22 | --enable-shared \ | 22 | --enable-shared \ |
23 | " | 23 | " |
24 | 24 | ||
25 | EXTRA_OECONF_poky-lsb = "\ | 25 | EXTRA_OECONF_linuxstdbase = "\ |
26 | --with-threads \ | 26 | --with-threads \ |
27 | --with-pymalloc \ | 27 | --with-pymalloc \ |
28 | --with-cyclic-gc \ | 28 | --with-cyclic-gc \ |