mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-27 14:28:45 +00:00
meta-secure-core: code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.code.sf.net/p/linux-ima/ima-evm-utils \
|
||||
file://0001-Don-t-build-man-pages.patch \
|
||||
file://0001-Install-evmctl-to-sbindir-rather-than-bindir.patch \
|
||||
"
|
||||
SRCREV = "3e2a67bdb0673581a97506262e62db098efef6d7"
|
||||
DEPENDS += "openssl attr keyutils"
|
||||
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = "\
|
||||
git://git.code.sf.net/p/linux-ima/ima-evm-utils \
|
||||
file://0001-Don-t-build-man-pages.patch \
|
||||
file://0001-Install-evmctl-to-sbindir-rather-than-bindir.patch \
|
||||
"
|
||||
SRCREV = "3e2a67bdb0673581a97506262e62db098efef6d7"
|
||||
|
||||
DEPENDS += "openssl attr keyutils"
|
||||
RDEPENDS_${PN}_class-target += "libcrypto libattr keyutils"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
@@ -21,4 +21,6 @@ EXTRA_OECONF = ""
|
||||
|
||||
FILES_${PN}-dev += "${includedir}"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "libcrypto libattr keyutils"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
+9
-8
@@ -4,17 +4,17 @@ facility in the kernel, which can be used by filesystems, block devices and \
|
||||
more to gain and retain the authorization and encryption keys required to \
|
||||
perform secure operations."
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45"
|
||||
|
||||
PR = "r1"
|
||||
PV = "1.5.9+git${SRCPV}"
|
||||
|
||||
SRCREV = "9209a0c8fd63afc59f644e078b40cec531409c30"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git;protocol=git \
|
||||
file://keyutils_fix_library_install.patch \
|
||||
file://keyutils-fix-the-cflags-for-all-of-targets.patch \
|
||||
"
|
||||
SRC_URI = "\
|
||||
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git \
|
||||
file://keyutils_fix_library_install.patch \
|
||||
file://keyutils-fix-the-cflags-for-all-of-targets.patch \
|
||||
"
|
||||
SRC_URI_append_arm = " file://keyutils-remove-m32-m64.patch"
|
||||
SRC_URI_append_aarch64 = " file://keyutils-remove-m32-m64.patch"
|
||||
SRC_URI_append_mips = " file://keyutils-remove-m32-m64.patch"
|
||||
@@ -22,12 +22,13 @@ SRC_URI_append_mips64 = " file://keyutils-remove-m32-m64.patch"
|
||||
SRC_URI_append_x86 = " file://keyutils_fix_x86_cflags.patch"
|
||||
SRC_URI_append_x86-64 = " file://keyutils_fix_x86-64_cflags.patch"
|
||||
SRC_URI_append_powerpc = "file://keyutils-remove-m32-m64.patch"
|
||||
SRCREV = "9209a0c8fd63afc59f644e078b40cec531409c30"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
INSTALL_FLAGS = " \
|
||||
INSTALL_FLAGS = "\
|
||||
LIBDIR=${libdir} \
|
||||
USRLIBDIR=${libdir} \
|
||||
BINDIR=${bindir} \
|
||||
Reference in New Issue
Block a user