summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/efilinux/efilinux_1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-14 22:27:05 -0700
committerSaul Wold <sgw@linux.intel.com>2017-08-15 14:03:05 -0700
commit974fedf70ae759ced4ed8918ea8a9147329efff8 (patch)
treed2517ed159b94705f263658c77de650624350453 /common/recipes-bsp/efilinux/efilinux_1.1.bb
parent75e31097d90b83dae81181670d48bc896c4c1360 (diff)
downloadmeta-intel-974fedf70ae759ced4ed8918ea8a9147329efff8.tar.gz
efilinux: Fix build warnings
Additional warnings found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/efilinux/efilinux_1.1.bb')
-rw-r--r--common/recipes-bsp/efilinux/efilinux_1.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/recipes-bsp/efilinux/efilinux_1.1.bb b/common/recipes-bsp/efilinux/efilinux_1.1.bb
index 2f6e79d0..04422ddc 100644
--- a/common/recipes-bsp/efilinux/efilinux_1.1.bb
+++ b/common/recipes-bsp/efilinux/efilinux_1.1.bb
@@ -9,7 +9,10 @@ inherit deploy
9SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776" 9SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776"
10PV = "1.1+git${SRCPV}" 10PV = "1.1+git${SRCPV}"
11 11
12SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git" 12SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git \
13 file://0001-Disable-address-of-packed-member-warning.patch \
14 file://0002-initialize-char-pointers.patch \
15 "
13 16
14S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
15 18