[oe] [meta-oe][PATCH 2/2] efibootmgr: unblacklist

Koen Kooi koen.kooi at linaro.org
Thu Mar 3 11:26:43 UTC 2016


Also fix style issues.

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
---
 meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
index 9b611ce..45b4676 100644
--- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
+++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
@@ -17,6 +17,8 @@ SRC_URI = "https://github.com/rhinstaller/efibootmgr/releases/download/${BP}/${B
 SRC_URI[md5sum] = "6647f5cd807bc8484135ba74fcbcc39a"
 SRC_URI[sha256sum] = "a66f5850677e86255d93cb1cead04c3c48a823a2b864c579321f2a07f00256e6"
 
+inherit pkgconfig
+
 EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/include `pkg-config --cflags efivar` \
                  -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR)\" '"
 
@@ -24,6 +26,4 @@ do_install () {
     install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr
 }
 
-inherit pkgconfig
 
-PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
-- 
2.4.3




More information about the Openembedded-devel mailing list