libxft, libxrender, renderproto: add native BBCLASSEXTEND

(From OE-Core rev: 6b3a4846cf3e5b21d392c1f5e9aa05b4da10c2e9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-09-30 09:27:14 +02:00 committed by Richard Purdie
parent b6b02406bb
commit c079b76ec8
3 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,8 @@ PE = "1"
XORG_PN = "libXft"
BBCLASSEXTEND = "native nativesdk"
python () {
if bb.data.getVar('DEBIAN_NAMES', d, 1):
bb.data.setVar('PKG_${PN}', '${MLPREFIX}libxft2', d)

View File

@ -18,7 +18,7 @@ PE = "1"
XORG_PN = "libXrender"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f"
SRC_URI[sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668"

View File

@ -14,7 +14,7 @@ CONFLICTS = "renderext"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "a914ccc1de66ddeb4b611c6b0686e274"
SRC_URI[sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537"