From 9e0684a4739875c11de36d81e709b4119d61fb11 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 27 Nov 2018 16:32:41 +0800 Subject: [PATCH] efibootmgr: 0.16 -> 17 - Correct version number format, remove `0.' Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- .../efibootmgr/{efibootmgr_0.16.bb => efibootmgr_17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/efibootmgr/{efibootmgr_0.16.bb => efibootmgr_17.bb} (93%) diff --git a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_17.bb similarity index 93% rename from meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb rename to 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"