summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-11-20 10:59:09 -0800
committerSaul Wold <sgw@linux.intel.com>2017-11-20 10:59:09 -0800
commitc781510a5a6b45e60cc32b6614ddcce3f1452121 (patch)
tree14efc3a49705f09c8bf2414e28a42028173e5eb9
parent93e866a0d5bbff639b89424a9653c5602cd59cdd (diff)
downloadmeta-intel-morty.tar.gz
gnu-efi: Fix missing space in _append linemorty
[YOCTO #12366] Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend b/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend
index 1e9cfda3..da08432c 100644
--- a/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend
+++ b/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend
@@ -1,3 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/gnu-efi:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/gnu-efi:"
2SRC_URI_append_intel-x86-common = "file://0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch" 2SRC_URI_append_intel-x86-common = " file://0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch"
3PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}" 3PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"