mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
533 B
BlitzBasic
18 lines
533 B
BlitzBasic
SUMMARY = "Intelligent Storage Acceleration Library"
|
|
DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
|
|
targeting storage applications."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c7d82ad7dd512687b0991a159a1ca9"
|
|
SECTION = "lib"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf"
|
|
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
|
|
|
|
DEPENDS = "nasm-native"
|
|
AS[unexport] = "1"
|
|
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|