summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Mennetrier <s.mennetrier@innotis.org>2014-03-05 10:04:28 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2014-03-05 17:45:07 +0200
commit1c696a95f16337e4168a045479a386194d32e18f (patch)
treedde18d369c897d42ae5ea2af99867e39c430d95e
parent0a3f86f21aabe1e8d2605f87b31f75092cc4beb1 (diff)
downloadmeta-raspberrypi-dora.tar.gz
omxplayer: Install fonts directory in datadirdora
Change-Id: I8a31cad4f1e84083729c4400526d21d2e573834e Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index a456026..7492f62 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -52,9 +52,12 @@ do_compile() {
52 52
53do_install() { 53do_install() {
54 oe_runmake dist 54 oe_runmake dist
55 mkdir -p ${D}${datadir}/fonts/truetype/freefont/
56 install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
55} 57}
56 58
57FILES_${PN} = "${bindir}/omxplayer* \ 59FILES_${PN} = "${bindir}/omxplayer* \
58 ${libdir}/omxplayer/lib*${SOLIBS}" 60 ${libdir}/omxplayer/lib*${SOLIBS} \
61 ${datadir}/fonts"
59 62
60FILES_${PN}-dev += "${libdir}/omxplayer/*.so" 63FILES_${PN}-dev += "${libdir}/omxplayer/*.so"