diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2014-03-05 17:22:03 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-03-05 17:48:45 +0200 |
| commit | edce18f691b3f12f7fe2b01733893bd184e14f6b (patch) | |
| tree | cc3ed6dd43d89fb9e065071194d37a45a59aa01a | |
| parent | a760ea5fa293a958ebcf1e5af0e6aa4518de4639 (diff) | |
| download | meta-raspberrypi-edce18f691b3f12f7fe2b01733893bd184e14f6b.tar.gz | |
omxplayer: Don't hardcode datadir
Change-Id: Ibe66106fdf1da38d43278f5e2853c722709b91db
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -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 | ||
