From 63e3cdcc6ebdd086d10e3e54e5b5c7bff9feed52 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Sep 2019 23:55:27 +0100 Subject: intel-mediasdk: disable git-lfs fetching 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 Signed-off-by: Anuj Mittal --- 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" -- cgit v1.2.3-54-g00ecf