aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/keyutils/keyutils_1.5.5.bb
blob: 6c1da50ebb1718295a3f5d0dd74d54d987637354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Linux Key Management Utilities"
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45"

SRCREV = "5cd9d711f650e03685ba8bf2099b2df30cf6e71a"

SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git;protocol=git \
          file://keyutils_fix_library_install.patch \
          "
SRC_URI_append_arm += "file://keyutils-arm-remove-m32-m64.patch"

S = "${WORKDIR}/git"

inherit autotools