diff options
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 526dc86..b878fb3 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
@@ -57,13 +57,13 @@ do_compile() { | |||
57 | 57 | ||
58 | do_install() { | 58 | do_install() { |
59 | oe_runmake STRIP='echo skipping strip' dist | 59 | oe_runmake STRIP='echo skipping strip' dist |
60 | mkdir -p ${D}/usr/share/fonts/truetype/freefont/ | 60 | mkdir -p ${D}${datadir}/fonts/truetype/freefont/ |
61 | install ${S}/fonts/* ${D}/usr/share/fonts/truetype/freefont/ | 61 | install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/ |
62 | } | 62 | } |
63 | 63 | ||
64 | FILES_${PN} = "${bindir}/omxplayer* \ | 64 | FILES_${PN} = "${bindir}/omxplayer* \ |
65 | ${libdir}/omxplayer/lib*${SOLIBS} \ | 65 | ${libdir}/omxplayer/lib*${SOLIBS} \ |
66 | /usr/share/fonts" | 66 | ${datadir}/fonts" |
67 | 67 | ||
68 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 68 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" |
69 | 69 | ||