diff options
| -rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 5 |
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 | ||
| 53 | do_install() { | 53 | do_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 | ||
| 57 | FILES_${PN} = "${bindir}/omxplayer* \ | 59 | FILES_${PN} = "${bindir}/omxplayer* \ |
| 58 | ${libdir}/omxplayer/lib*${SOLIBS}" | 60 | ${libdir}/omxplayer/lib*${SOLIBS} \ |
| 61 | ${datadir}/fonts" | ||
| 59 | 62 | ||
| 60 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 63 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" |
