diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 19:58:04 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
| commit | 9ea7aa2cd2cdc775425797b689e782718896ea50 (patch) | |
| tree | 3831e2403262e27cd178a213b82c2ed8ad91e9a6 /recipes-multimedia/omxplayer | |
| parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
| download | meta-raspberrypi-9ea7aa2cd2cdc775425797b689e782718896ea50.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-multimedia/omxplayer')
| -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" |
