diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.2.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index e067ba50fc..9ba561b18b 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require python.inc | 1 | require python.inc |
| 2 | DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" |
| 3 | PR = "${INC_PR}.14" | 3 | PR = "${INC_PR}.15" |
| 4 | 4 | ||
| 5 | DISTRO_SRC_URI ?= "file://sitecustomize.py" | 5 | DISTRO_SRC_URI ?= "file://sitecustomize.py" |
| 6 | DISTRO_SRC_URI_linuxstdbase = "" | 6 | DISTRO_SRC_URI_linuxstdbase = "" |
| @@ -145,8 +145,8 @@ RRECOMMENDS_${PN}-core = "${PN}-readline" | |||
| 145 | RRECOMMENDS_${PN}-crypt = "openssl" | 145 | RRECOMMENDS_${PN}-crypt = "openssl" |
| 146 | 146 | ||
| 147 | # package libpython2 | 147 | # package libpython2 |
| 148 | PACKAGES =+ "lib${BPN}2" | 148 | PACKAGES =+ "lib${BPN}2${PKGSUFFIX}" |
| 149 | FILES_lib${BPN}2 = "${libdir}/libpython*.so.*" | 149 | FILES_lib${BPN}2${PKGSUFFIX} = "${libdir}/libpython*.so.*" |
| 150 | 150 | ||
| 151 | # catch debug extensions (isn't that already in python-core-dbg?) | 151 | # catch debug extensions (isn't that already in python-core-dbg?) |
| 152 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" | 152 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" |
| @@ -160,3 +160,6 @@ PACKAGES += "${PN}-man" | |||
| 160 | FILES_${PN}-man = "${datadir}/man" | 160 | FILES_${PN}-man = "${datadir}/man" |
| 161 | 161 | ||
| 162 | BBCLASSEXTEND = "nativesdk" | 162 | BBCLASSEXTEND = "nativesdk" |
| 163 | |||
| 164 | PKGSUFFIX = "" | ||
| 165 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | ||
