omxplayer: Install fonts directory in datadir
Change-Id: I8a31cad4f1e84083729c4400526d21d2e573834e Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:

committed by
Andrei Gherzan

parent
0a3f86f21a
commit
1c696a95f1
@ -52,9 +52,12 @@ do_compile() {
|
||||
|
||||
do_install() {
|
||||
oe_runmake dist
|
||||
mkdir -p ${D}${datadir}/fonts/truetype/freefont/
|
||||
install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
|
||||
}
|
||||
|
||||
FILES_${PN} = "${bindir}/omxplayer* \
|
||||
${libdir}/omxplayer/lib*${SOLIBS}"
|
||||
${libdir}/omxplayer/lib*${SOLIBS} \
|
||||
${datadir}/fonts"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
|
||||
|
Reference in New Issue
Block a user