summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/omxplayer/omxplayer_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb')
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index 55e5a1c..d294399 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -36,12 +36,12 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master
36 file://0007-Remove-Makefile-hardcoded-arch-tune.patch \ 36 file://0007-Remove-Makefile-hardcoded-arch-tune.patch \
37 " 37 "
38 38
39SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" 39SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}"
40 40
41S = "${WORKDIR}/git" 41S = "${WORKDIR}/git"
42 42
43COMPATIBLE_MACHINE = "^rpi$" 43COMPATIBLE_MACHINE = "^rpi$"
44COMPATIBLE_HOST_aarch64 = "null" 44COMPATIBLE_HOST:aarch64 = "null"
45 45
46def cpu(d): 46def cpu(d):
47 for arg in (d.getVar('TUNE_CCARGS') or '').split(): 47 for arg in (d.getVar('TUNE_CCARGS') or '').split():
@@ -99,10 +99,10 @@ do_install() {
99 install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/ 99 install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
100} 100}
101 101
102FILES_${PN} = "${bindir}/omxplayer* \ 102FILES:${PN} = "${bindir}/omxplayer* \
103 ${libdir}/omxplayer/lib*${SOLIBS} \ 103 ${libdir}/omxplayer/lib*${SOLIBS} \
104 ${datadir}/fonts" 104 ${datadir}/fonts"
105 105
106FILES_${PN}-dev += "${libdir}/omxplayer/*.so" 106FILES:${PN}-dev += "${libdir}/omxplayer/*.so"
107 107
108RDEPENDS_${PN} += "bash procps userland" 108RDEPENDS:${PN} += "bash procps userland"