소스 검색

raspidmx: Disable for all non-rpi hosts

Currently its only disabled when vc4graphics is in use but this recipe
actually needs userland and therefore can not be used for non-rpi
machines as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 년 전
부모
커밋
361f42e346
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      recipes-graphics/raspidmx/raspidmx_git.bb

+ 1 - 0
recipes-graphics/raspidmx/raspidmx_git.bb

@@ -4,6 +4,7 @@ SECTION = "graphics"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024"
 
+COMPATIBLE_HOST = "null"
 COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
 
 SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \