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

Backport patch from upstream to fix module cryptodev loading error. (From OE-Core rev: 66c446f96a0f26f3895cc930c5e5ee2d033489ca) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
372 B
HTML
14 lines
372 B
HTML
HOMEPAGE = "http://cryptodev-linux.org/"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
|
|
file://0001-Fix-module-loading-with-Linux-v5.0-rc5.patch \
|
|
"
|
|
SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CLEANBROKEN = "1"
|