The git-lfs content is only used by the samples which we don't use or install. Set lfs=0 so that git-lfs isn't a requirement on the build host.
Signed-off-by: Ross Burton <[email protected]> --- recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb b/recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb index c83bcd6e..143bb461 100644 --- a/recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb +++ b/recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb @@ -23,10 +23,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "dri3", "", d) PACKAGECONFIG[dri3] = "-DENABLE_X11_DRI3=ON, -DENABLE_X11_DRI3=OFF" PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native" -SRC_URI = " \ - git://github.com/Intel-Media-SDK/MediaSDK.git;protocol=https;branch=${BPN}-19.2 \ - " - +SRC_URI = "git://github.com/Intel-Media-SDK/MediaSDK.git;protocol=https;branch=${BPN}-19.2;lfs=0" SRCREV = "885c309f57a7a1cbc60edee6b0d014a36da94562" S = "${WORKDIR}/git" -- 2.20.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
