@@ -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"
Also fix style issues. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> --- meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.4.3 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel