diff options
Diffstat (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb')
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 10 |
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 | ||
39 | SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" | 39 | SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" |
40 | 40 | ||
41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
42 | 42 | ||
43 | COMPATIBLE_MACHINE = "^rpi$" | 43 | COMPATIBLE_MACHINE = "^rpi$" |
44 | COMPATIBLE_HOST_aarch64 = "null" | 44 | COMPATIBLE_HOST:aarch64 = "null" |
45 | 45 | ||
46 | def cpu(d): | 46 | def 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 | ||
102 | FILES_${PN} = "${bindir}/omxplayer* \ | 102 | FILES:${PN} = "${bindir}/omxplayer* \ |
103 | ${libdir}/omxplayer/lib*${SOLIBS} \ | 103 | ${libdir}/omxplayer/lib*${SOLIBS} \ |
104 | ${datadir}/fonts" | 104 | ${datadir}/fonts" |
105 | 105 | ||
106 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 106 | FILES:${PN}-dev += "${libdir}/omxplayer/*.so" |
107 | 107 | ||
108 | RDEPENDS_${PN} += "bash procps userland" | 108 | RDEPENDS:${PN} += "bash procps userland" |