All of lore.kernel.org
 help / color / mirror / Atom feed
* What is preferred matchbox-keyboard provider nowadays?
@ 2010-06-25 17:16 Martin Jansa
  2010-06-25 18:22 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2010-06-25 17:16 UTC (permalink / raw)
  To: openembedded-devel

Image build is showing some strange NOTEs when it finds multiple runtime providers (IIRC before it was only about buildtime providers)

NOTE: multiple providers are available for runtime matchbox-keyboard (matchbox-keyboard, matchbox-keyboard-inputmethod)
NOTE: consider defining a PREFERRED_PROVIDER entry to match matchbox-keyboard
NOTE: multiple providers are available for runtime matchbox-keyboard-inputmethod (matchbox-keyboard-inputmethod, matchbox-keyboard)
NOTE: consider defining a PREFERRED_PROVIDER entry to match matchbox-keyboard-inputmethod

git grep shows it used here:
recipes/angstrom/angstrom-gpe-task-base.bb:    matchbox-keyboard \
recipes/images/x11-sato-image.bb:       matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im \
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:RCONFLICTS_${PN} = "matchbox-keyboard"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:RPROVIDES_${PN} = "matchbox-keyboard"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:PACKAGES += "matchbox-keyboard-im matchbox-keyboard-im-dbg \
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:             matchbox-keyboard-applet matchbox-keyboard-applet-dbg"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:FILES_matchbox-keyboard-im = "${libdir}/gtk-2.0/*/immodules/*.so"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:FILES_matchbox-keyboard-im-dbg += "${libdir}/gtk-2.0/*/immodules/.debug"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:FILES_matchbox-keyboard-applet = "${libdir}/matchbox-panel/*.so"
recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb:FILES_matchbox-keyboard-applet-dbg += "${libdir}/matchbox-panel/.debug"
recipes/matchbox-keyboard/matchbox-keyboard_svn.bb:RCONFLICTS_${PN} = matchbox-keyboard-inputmethod
recipes/matchbox-keyboard/matchbox-keyboard_svn.bb:RPROVIDES_${PN} = matchbox-keyboard-inputmethod
recipes/multitap-pad/multitap-pad_svn.bb:RCONFLICTS_${PN} = matchbox-keyboard-inputmethod
recipes/tasks/task-mamona.bb:    matchbox-keyboard \
recipes/tasks/task-openmoko-base.bb:#  matchbox-keyboard-inputmethod \
recipes/tasks/task-openmoko-base.bb:#  matchbox-keyboard-im \
recipes/tasks/task-openmoko-base.bb:#  matchbox-keyboard-applet \
recipes/tasks/task-shr-minimal.bb:  matchbox-keyboard-im \

do we need RPROVIDES_${PN} here or can we replace 
recipes/angstrom/angstrom-gpe-task-base.bb:    matchbox-keyboard \
recipes/tasks/task-mamona.bb:    matchbox-keyboard \
if they are not expecting to pull recipes/matchbox-keyboard/matchbox-keyboard_svn.bb

IIRC runtime providers are not handled correctly in this case anyways, right?

Regards,

-- 
Jansa 'JaMa' Martin     jabber: Martin.Jansa@gmail.com



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-26 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 17:16 What is preferred matchbox-keyboard provider nowadays? Martin Jansa
2010-06-25 18:22 ` Koen Kooi
2010-06-26 12:03   ` Martin Jansa
2010-06-26 12:11     ` [PATCH] matchbox-keyboard*: drop RPROVIDES Martin Jansa

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.