mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +00: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:
committed by
Andrei Gherzan
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 = "(.*)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user