summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-bsp/efilinux/efilinux_1.1.bb (renamed from common/recipes-bsp/efilinux/efilinux_1.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.1.bb
index 854fab6d..2f6e79d0 100644
--- a/common/recipes-bsp/efilinux/efilinux_1.0.bb
+++ b/common/recipes-bsp/efilinux/efilinux_1.1.bb
@@ -1,14 +1,13 @@
1DESCRIPTION = "A UEFI OS loader" 1DESCRIPTION = "A UEFI OS loader"
2LICENSE = "BSD-2-Clause" 2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=31;md5=2316abda893ef24e6cd55cef33aa0edd" 3LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=27;md5=f8d56e644672ac63fd81b55c205283ad"
4 4
5DEPENDS = "gnu-efi" 5DEPENDS = "gnu-efi"
6 6
7inherit deploy 7inherit deploy
8 8
9SRCREV = "75b62111f83dab433e901c1a7b0f05e058aa29de" 9SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776"
10PV = "1.0+git${SRCPV}" 10PV = "1.1+git${SRCPV}"
11PR = "r0"
12 11
13SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git" 12SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git"
14 13