Skip to content

Commit

Permalink
rpidistro-ffmpeg: Fix old override syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hao <[email protected]>
  • Loading branch information
haokexin authored and agherzan committed Feb 20, 2024
1 parent 54f6b3c commit 2e1ca4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"

# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
ARM_INSTRUCTION_SET_armv4 = "arm"
ARM_INSTRUCTION_SET_armv5 = "arm"
ARM_INSTRUCTION_SET_armv6 = "arm"
ARM_INSTRUCTION_SET:armv4 = "arm"
ARM_INSTRUCTION_SET:armv5 = "arm"
ARM_INSTRUCTION_SET:armv6 = "arm"
# Should be API compatible with libav (which was a fork of ffmpeg)
# libpostproc was previously packaged from a separate recipe
PROVIDES = "ffmpeg libav libpostproc"
Expand Down

0 comments on commit 2e1ca4c

Please sign in to comment.