diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-03 23:19:36 +0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-08-03 18:48:57 -0700 |
| commit | d3e0b0bfb7a42c2235a4fd17ce13ca0c949dccba (patch) | |
| tree | 54fdb62405c39d8bfa6daa2846221278c1a90f7c /meta/recipes-devtools/python | |
| parent | 28d277753c5b0163793f0dda65dfb4fcb9585cb6 (diff) | |
| download | poky-d3e0b0bfb7a42c2235a4fd17ce13ca0c949dccba.tar.gz | |
multilib: Use BPN instead of PN for style like lib${PN}
When supporting multilib, ${PN} will be extended with MLPREFIX. However
if a package name contains ${PN} with styles like lib${PN}, such
extension will cause error. Use BPN in this case.
(From OE-Core rev: fbb734e5753655de30c82c0a036c9043820e02cb)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb index f71440a592..c9c1a13cbb 100644 --- a/meta/recipes-devtools/python/python_2.6.6.bb +++ b/meta/recipes-devtools/python/python_2.6.6.bb | |||
| @@ -116,8 +116,8 @@ FILES_${PN}-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py" | |||
| 116 | FILES_${PN}-core += "${bindir}/2to3" | 116 | FILES_${PN}-core += "${bindir}/2to3" |
| 117 | 117 | ||
| 118 | # package libpython2 | 118 | # package libpython2 |
| 119 | PACKAGES =+ "lib${PN}2" | 119 | PACKAGES =+ "lib${BPN}2" |
| 120 | FILES_lib${PN}2 = "${libdir}/libpython*.so.*" | 120 | FILES_lib${BPN}2 = "${libdir}/libpython*.so.*" |
| 121 | 121 | ||
| 122 | # additional stuff -dev | 122 | # additional stuff -dev |
| 123 | 123 | ||
