mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
efivar: unblacklist package and those that depend on it
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c27b278ef2
commit
25dbf48ff7
|
|
@ -25,7 +25,3 @@ EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/include `pkg-config --cf
|
|||
do_install () {
|
||||
install -D -p -m0755 src/efibootmgr ${D}/${sbindir}/efibootmgr
|
||||
}
|
||||
|
||||
|
||||
|
||||
PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
|
|||
DEPENDS = "popt"
|
||||
DEPENDS_append_class-target = " efivar-native"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
||||
SRCREV = "963cb2e5adc145fe00717f94e382f2973f80e753"
|
||||
|
|
@ -40,6 +42,3 @@ do_install_append_class-native() {
|
|||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
PNBLACKLIST[efivar] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132821/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user