diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-09-16 20:32:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 18:07:25 +0100 |
commit | aab71071d73d82ae6301dbd910422a311b5ecf4e (patch) | |
tree | 0fef3e908d92587d98854380d9a4462a7cb57c1c /meta/recipes-graphics | |
parent | 27f88685091298fec502cdeb68ae04684ba3d678 (diff) | |
download | poky-aab71071d73d82ae6301dbd910422a311b5ecf4e.tar.gz |
Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.
[YOCTO #1486]
Added MLPREFIX to the final package names of library packages in case of
DEBIAN_NAMES.
(From OE-Core rev: 1162b78d6f99da52cd7d122e4295c618184e41cd)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index 33c8a1e782..ac7dfb116d 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | |||
@@ -18,14 +18,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24" | |||
18 | DEPENDS += "virtual/libx11 libxrender freetype fontconfig" | 18 | DEPENDS += "virtual/libx11 libxrender freetype fontconfig" |
19 | PROVIDES = "xft" | 19 | PROVIDES = "xft" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r2" |
22 | PE = "1" | 22 | PE = "1" |
23 | 23 | ||
24 | XORG_PN = "libXft" | 24 | XORG_PN = "libXft" |
25 | 25 | ||
26 | python () { | 26 | python () { |
27 | if bb.data.getVar('DEBIAN_NAMES', d, 1): | 27 | if bb.data.getVar('DEBIAN_NAMES', d, 1): |
28 | bb.data.setVar('PKG_${PN}', 'libxft2', d) | 28 | bb.data.setVar('PKG_${PN}', '${MLPREFIX}libxft2', d) |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 31 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |