mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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
@@ -5,7 +5,7 @@ SECTION = "multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
PNBLACKLIST[gnome-mplayer] = "rdepends on blacklisted mplayer"
|
||||
PNBLACKLIST[gnome-mplayer] ?= "rdepends on blacklisted mplayer"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver"
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
|
||||
DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt"
|
||||
|
||||
PNBLACKLIST[gcr] = "CONFLICT: 4 files conflict with gnome-keyring"
|
||||
PNBLACKLIST[gcr] ?= "CONFLICT: 4 files conflict with gnome-keyring"
|
||||
# e.g. sysroots/qemux86-64/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
|
||||
# sysroots/qemux86-64/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
|
||||
PNBLACKLIST[gnome-menus3] = "CONFLICT: 24 files are conflicting with gnome-menus"
|
||||
PNBLACKLIST[gnome-menus3] ?= "CONFLICT: 24 files are conflicting with gnome-menus"
|
||||
# e.g. sysroots/qemux86-64/usr/share/desktop-directories/X-GNOME-Other.directory
|
||||
|
||||
DEPENDS = "python libxml2 gconf popt gtk+3"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1"
|
||||
BPN = "gnome-panel"
|
||||
PR = "r1"
|
||||
|
||||
PNBLACKLIST[gnome-panel3] = "CONFLICT: depends on libgweather3 which conflicts with libgweather"
|
||||
PNBLACKLIST[gnome-panel3] ?= "CONFLICT: depends on libgweather3 which conflicts with libgweather"
|
||||
|
||||
# conflicts with gnome-panel, because they provide the same package
|
||||
# http://patches.openembedded.org/patch/43105/
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
SECTION = "x11/gnome/libs"
|
||||
DEPENDS = "libxml2 gconf libsoup-2.4 gtk+3"
|
||||
|
||||
PNBLACKLIST[libgweather3] = "CONFLICT: 876 files are conflicting with libgweather"
|
||||
PNBLACKLIST[libgweather3] ?= "CONFLICT: 876 files are conflicting with libgweather"
|
||||
# e.g. sysroots/qemux86-64/usr/share/libgweather/locations.dtd
|
||||
# sysroots/qemux86-64/usr/share/libgweather/Locations.zh_TW.xml
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
PNBLACKLIST[zenity] = "BROKEN: doesn't build with B!=S"
|
||||
PNBLACKLIST[zenity] ?= "BROKEN: doesn't build with B!=S"
|
||||
|
||||
DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user