From 6a8b9599945f3f57bd86a205bc107b8490518d29 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sun, 7 Aug 2016 18:34:28 +1000 Subject: meta/classes: fix bb.build.FuncFailed typos Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- meta/classes/grub-efi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/grub-efi.bbclass') diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index b8c20dd8a6..ae8ee382cd 100644 --- a/meta/classes/grub-efi.bbclass +++ b/meta/classes/grub-efi.bbclass @@ -95,7 +95,7 @@ python build_efi_cfg() { try: cfgfile = open(cfile, 'w') except OSError: - raise bb.build.funcFailed('Unable to open %s' % (cfile)) + raise bb.build.FuncFailed('Unable to open %s' % (cfile)) cfgfile.write('# Automatically created by OE\n') -- cgit 1.2.3-korg d>
summaryrefslogtreecommitdiffstats
blob: b3b554c7d3f465c47039da05931ab93bf31c1cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require cryptodev.inc

SUMMARY = "A /dev/crypto device driver kernel module"

inherit module

# Header file provided by a separate package
DEPENDS += "cryptodev-linux"

SRC_URI += "file://0001-Disable-installing-header-file-provided-by-another-p.patch \
           "

EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'

RCONFLICTS_${PN} = "ocf-linux"
RREPLACES_${PN} = "ocf-linux"