diff options
author | mingli.yu@windriver.com <mingli.yu@windriver.com> | 2016-07-26 14:16:46 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 11:01:00 +0200 |
commit | f9f857807df2a73b7aadcfc6dcd935927a5b5213 (patch) | |
tree | 953d52e0e44bdcc3cc0df32fea0b33924ba43680 /meta-oe/recipes-extended | |
parent | f5da6714fa3380f4210c62031e742267c2d3223e (diff) | |
download | meta-openembedded-f9f857807df2a73b7aadcfc6dcd935927a5b5213.tar.gz |
efivar: add COMPATIBLE_HOST item
* Add COMPATIBLE_HOST item to avoid build error
on mips and ppc as efivar actually a UEFI tool
which is specific to x86 and arm.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/efivar/efivar_0.23.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/efivar/efivar_0.23.bb b/meta-oe/recipes-extended/efivar/efivar_0.23.bb index 046cad974..5879031fc 100644 --- a/meta-oe/recipes-extended/efivar/efivar_0.23.bb +++ b/meta-oe/recipes-extended/efivar/efivar_0.23.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393" | |||
7 | 7 | ||
8 | DEPENDS_class-target = "popt efivar-native" | 8 | DEPENDS_class-target = "popt efivar-native" |
9 | 9 | ||
10 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | ||
11 | |||
10 | SRCREV = "7367d78281fa3ce390e10c7c9f4608c58e7a6d3d" | 12 | SRCREV = "7367d78281fa3ce390e10c7c9f4608c58e7a6d3d" |
11 | SRC_URI = "git://github.com/rhinstaller/efivar.git" | 13 | SRC_URI = "git://github.com/rhinstaller/efivar.git" |
12 | SRC_URI_append_class-target = " file://0001-efivar-fix-for-cross-compile.patch \ | 14 | SRC_URI_append_class-target = " file://0001-efivar-fix-for-cross-compile.patch \ |