[oe-commits] [meta-openembedded] 20/20: efibootmgr: unblacklist

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 12:55:06 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit b5dbf6387d5583b6f9bf80f98165bbc11de5501d
Author: Koen Kooi <koen.kooi at linaro.org>
AuthorDate: Thu Mar 3 12:26:43 2016 +0100

    efibootmgr: unblacklist
    
    Also fix style issues.
    
    Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list