From c45b619df0ab8ee6e0035e7ca4719b86d88d2aca Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 1 Aug 2018 15:21:31 +0800 Subject: [PATCH] efibootmgr: 0.15 -> 0.16 Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- .../efibootmgr/{efibootmgr_0.15.bb => efibootmgr_0.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/efibootmgr/{efibootmgr_0.15.bb => efibootmgr_0.16.bb} (93%) diff --git a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.15.bb b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb similarity index 93% rename from meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.15.bb rename to meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb index 9cc62a9591..6497e09230 100644 --- a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.15.bb +++ b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb @@ -10,7 +10,7 @@ DEPENDS = "pciutils zlib efivar" COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" -SRCREV = "5c14da22802576a99ebb854f7aa174f796f7b031" +SRCREV = "a5103251a11663adddc85c86e0b8d3d3b73cbb4a" SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \ " S = "${WORKDIR}/git"