From 6c73694912c73187560f657bec24893f184f9b14 Mon Sep 17 00:00:00 2001 From: Martin Schuessler Date: Thu, 20 Jun 2019 15:19:19 +0200 Subject: omxplayer: remove hardcoded tune and arch from Makefile Fixes: #428 Signed-off-by: Martin Schuessler --- recipes-multimedia/omxplayer/omxplayer_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb') 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 file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \ file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \ file://cross-crompile-ffmpeg.patch \ + file://0007-Remove-Makefile-hardcoded-arch-tune.patch \ " SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" -- cgit v1.2.3-54-g00ecf