diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-19 23:55:27 +0100 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-09-21 09:25:00 +0800 |
commit | 63e3cdcc6ebdd086d10e3e54e5b5c7bff9feed52 (patch) | |
tree | c608d1157f6a24b4397b5436ab8735177743af01 /recipes-multimedia/mediasdk | |
parent | 125c05dd423b0de1d8f2a1b85bd8a83a28b6165b (diff) | |
download | meta-intel-63e3cdcc6ebdd086d10e3e54e5b5c7bff9feed52.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/mediasdk')
-rw-r--r-- | recipes-multimedia/mediasdk/intel-mediasdk_19.2.1.bb | 5 |
1 files changed, 1 insertions, 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) | |||
23 | PACKAGECONFIG[dri3] = "-DENABLE_X11_DRI3=ON, -DENABLE_X11_DRI3=OFF" | 23 | PACKAGECONFIG[dri3] = "-DENABLE_X11_DRI3=ON, -DENABLE_X11_DRI3=OFF" |
24 | PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native" | 24 | PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native" |
25 | 25 | ||
26 | SRC_URI = " \ | 26 | SRC_URI = "git://github.com/Intel-Media-SDK/MediaSDK.git;protocol=https;branch=${BPN}-19.2;lfs=0" |
27 | git://github.com/Intel-Media-SDK/MediaSDK.git;protocol=https;branch=${BPN}-19.2 \ | ||
28 | " | ||
29 | |||
30 | SRCREV = "885c309f57a7a1cbc60edee6b0d014a36da94562" | 27 | SRCREV = "885c309f57a7a1cbc60edee6b0d014a36da94562" |
31 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
32 | 29 | ||