summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/efilinux/efilinux_1.1.bb
diff options
context:
space:
mode:
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