diff options
| author | Martin Schuessler <m@schunet.com> | 2019-06-20 15:19:19 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-24 17:46:48 +0100 |
| commit | 6c73694912c73187560f657bec24893f184f9b14 (patch) | |
| tree | 980dd5970a157ca3936017ab988d5eb1bf83995c /recipes-multimedia/omxplayer/omxplayer_git.bb | |
| parent | 1c842e21c22e999b8a317e33d7748102ef13b6b4 (diff) | |
| download | meta-raspberrypi-6c73694912c73187560f657bec24893f184f9b14.tar.gz | |
omxplayer: remove hardcoded tune and arch from Makefile
Fixes: #428
Signed-off-by: Martin Schuessler <tossprobe@gmail.com>
Diffstat (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb')
| -rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index aad2fed..831a91b 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
| @@ -33,6 +33,7 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master | |||
| 33 | file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \ | 33 | file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \ |
| 34 | file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \ | 34 | file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \ |
| 35 | file://cross-crompile-ffmpeg.patch \ | 35 | file://cross-crompile-ffmpeg.patch \ |
| 36 | file://0007-Remove-Makefile-hardcoded-arch-tune.patch \ | ||
| 36 | " | 37 | " |
| 37 | 38 | ||
| 38 | 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)}" |
