aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-27 16:32:41 +0800
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:36 -0800
commit9e0684a4739875c11de36d81e709b4119d61fb11 (patch)
treec3cdf6daf460f508eaf9ec085622d78d3f5d0c27
parentcc46014a49cc3722cc88efbfe61b3338938ccc71 (diff)
downloadmeta-openembedded-9e0684a4739875c11de36d81e709b4119d61fb11.tar.gz
efibootmgr: 0.16 -> 17
- Correct version number format, remove `0.' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/efibootmgr/efibootmgr_17.bb (renamed from meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_17.bb
index 6497e09230..8fdfedb830 100644
--- a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb
+++ b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_17.bb
@@ -10,7 +10,7 @@ DEPENDS = "pciutils zlib efivar"
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
-SRCREV = "a5103251a11663adddc85c86e0b8d3d3b73cbb4a"
+SRCREV = "e067160ecef8208e1944002e5d50b275733211fb"
SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \
"
S = "${WORKDIR}/git"