mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
rpidistro-vlc,rpidistro-ffmpeg: update COMPATIBLE_HOST regex
Remove the single quotes from the COMPATIBLE_HOST variable regex as it appears to make expression invalid. Thus, leading to ERROR: Nothing PROVIDES 'rpidistro-ffmpeg' rpidistro-ffmpeg was skipped: incompatible with host arm-*-gnueabi (not in COMPATIBLE_HOST) Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
parent
93dadf336c
commit
4946b8d538
|
@ -154,6 +154,6 @@ FILES:${PN}-staticdev += "\
|
|||
|
||||
# Only enable it for rpi class of machines
|
||||
COMPATIBLE_HOST = "null"
|
||||
COMPATIBLE_HOST:rpi = "'(.*)'"
|
||||
COMPATIBLE_HOST:rpi = "(.*)"
|
||||
|
||||
INSANE_SKIP:${PN} = "dev-so"
|
||||
|
|
|
@ -190,5 +190,5 @@ INSANE_SKIP:${MLPREFIX}libpostproc = "textrel"
|
|||
|
||||
# Only enable it for rpi class of machines
|
||||
COMPATIBLE_HOST = "null"
|
||||
COMPATIBLE_HOST:rpi = "'(.*)'"
|
||||
COMPATIBLE_HOST:rpi = "(.*)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user