diff options
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index 5150e524ae..59d189d862 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
| @@ -115,6 +115,10 @@ do_install() { | |||
| 115 | oe_multilib_header python${PYTHON_MAJMIN}/pyconfig.h | 115 | oe_multilib_header python${PYTHON_MAJMIN}/pyconfig.h |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | do_install_append_class-nativesdk () { | ||
| 119 | create_wrapper ${D}${bindir}/python2.7 TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' | ||
| 120 | } | ||
| 121 | |||
| 118 | SSTATE_SCAN_FILES += "Makefile" | 122 | SSTATE_SCAN_FILES += "Makefile" |
| 119 | PACKAGE_PREPROCESS_FUNCS += "py_package_preprocess" | 123 | PACKAGE_PREPROCESS_FUNCS += "py_package_preprocess" |
| 120 | 124 | ||
