mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libxft: refactor packages for staticdev
(From OE-Core rev: 165bac5be2555727ae475a4fbcc02c53712578da) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f514242c8d
commit
8d54a0de69
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
|
||||
DEPENDS += "virtual/libx11 libxrender freetype fontconfig"
|
||||
PROVIDES = "xft"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
PE = "1"
|
||||
|
||||
XORG_PN = "libXft"
|
||||
@@ -30,10 +30,5 @@ python () {
|
||||
d.setVar('PKG_${PN}', '${MLPREFIX}libxft2')
|
||||
}
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \
|
||||
${libdir}/*.a ${libdir}/pkgconfig \
|
||||
${datadir}/aclocal ${bindir} ${sbindir}"
|
||||
|
||||
SRC_URI[md5sum] = "cce3c327258116493b753f157e0360c7"
|
||||
SRC_URI[sha256sum] = "c8685ae56da0c1dcc2bc1e34607e7d76ae98b86a1a71baba3a6b76dbcf5ff9b2"
|
||||
|
||||
Reference in New Issue
Block a user