mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
PNBLACKLIST: use weak assignments
* this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
80c4c5c4ae
commit
4bf3c443a5
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf"
|
||||
|
||||
PNBLACKLIST[subsurface] = "Needs to be upgraded for compatibility with new libdivecomputer"
|
||||
PNBLACKLIST[subsurface] ?= "Needs to be upgraded for compatibility with new libdivecomputer"
|
||||
|
||||
inherit gtk-icon-cache cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user