mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +00:00
picamera-libs,python3-picamera: Limit visibility to 32 bit rpi machines
These recipes use prebuilt vc libs which are 32bit only libs They also do not work on musl https://github.com/agherzan/meta-raspberrypi/pull/983 introduced these recipes however these are not generic packages that can be used on non-rpi machines therefore mark them so. It helps in using this SOC layer with other SOC layers in a distro Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,3 +21,6 @@ INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_SYSROOT_STRIP = "1"
|
||||
SOLIBS = ".so"
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
COMPATIBLE_HOST = "null"
|
||||
COMPATIBLE_HOST:rpi:libc-glibc = "(arm.*)-linux"
|
||||
|
||||
@@ -17,3 +17,6 @@ SRCREV = "7e4f1d379d698c44501fb84b886fadf3fc164b70"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
COMPATIBLE_HOST = "null"
|
||||
COMPATIBLE_HOST:rpi:libc-glibc = "(arm.*)-linux"
|
||||
|
||||
Reference in New Issue
Block a user