From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCHv2] gtk+: define empty PACKAGES_DYNAMIC_virtclass-native in recipes with native BBCLASSEXTEND
Date: Thu, 17 Mar 2011 14:03:04 +0100 [thread overview]
Message-ID: <1300366984-4526-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20110317125759.GA3585@jama.jama.net>
* otherwise couple of errors like this are shown
NOTE: multiple providers are available for runtime gdk-pixbuf-loader-gif (gtk+-native, gtk+, gtk+-fastscaling)
NOTE: consider defining a PREFERRED_PROVIDER entry to match gdk-pixbuf-loader-gif
ERROR: Trying to resolve runtime dependency gdk-pixbuf-loader-xpm resulted in conflicting PREFERRED_PROVIDER entries being found.
The providers found were: ['/OE/dev/recipes/gtk+/gtk+_2.20.1.bb', 'virtual:native:/OE/dev/recipes/gtk+/gtk+_2.20.0.bb']
The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_gtk+ = gtk+', 'PREFERRED_PROVIDER_gdk-pixbuf-csource-native = gtk+-native']
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes/gtk+/gtk+_2.14.2.bb | 1 +
recipes/gtk+/gtk+_2.18.6.bb | 1 +
recipes/gtk+/gtk+_2.20.0.bb | 1 +
recipes/gtk+/gtk+_2.20.1.bb | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipes/gtk+/gtk+_2.14.2.bb b/recipes/gtk+/gtk+_2.14.2.bb
index acf8624..bcf538a 100644
--- a/recipes/gtk+/gtk+_2.14.2.bb
+++ b/recipes/gtk+/gtk+_2.14.2.bb
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display
EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --without-libjasper --disable-cups"
PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
+PACKAGES_DYNAMIC_virtclass-native = ""
python populate_packages_prepend () {
import os.path
diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
index 864f4ba..b84ce74 100644
--- a/recipes/gtk+/gtk+_2.18.6.bb
+++ b/recipes/gtk+/gtk+_2.18.6.bb
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes
EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
+PACKAGES_DYNAMIC_virtclass-native = ""
python populate_packages_prepend () {
import os.path
diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb
index 1e07e83..cf20117 100644
--- a/recipes/gtk+/gtk+_2.20.0.bb
+++ b/recipes/gtk+/gtk+_2.20.0.bb
@@ -23,6 +23,7 @@ EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes
EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
+PACKAGES_DYNAMIC_virtclass-native = ""
python populate_packages_prepend () {
import os.path
diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
index 9cffee1..d65a0db 100644
--- a/recipes/gtk+/gtk+_2.20.1.bb
+++ b/recipes/gtk+/gtk+_2.20.1.bb
@@ -27,6 +27,7 @@ EXTRA_OECONF = " --enable-introspection=no --with-libtiff ${XKBTOGGLE} --disable
EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
+PACKAGES_DYNAMIC_virtclass-native = ""
python populate_packages_prepend () {
import os.path
--
1.7.4.1
next prev parent reply other threads:[~2011-03-17 13:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-17 12:08 [PATCH] gtk+: define empty PACKAGES_DYNAMIC_virtclass-native Martin Jansa
2011-03-17 12:29 ` Phil Blundell
2011-03-17 12:57 ` Martin Jansa
2011-03-17 13:03 ` Martin Jansa [this message]
2011-03-17 13:41 ` Phil Blundell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1300366984-4526-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.