All of lore.kernel.org
 help / color / mirror / Atom feed
* multiple virtual/gail on reviving gtk+-directfb
@ 2010-11-12 18:05 Luke Kenneth Casson Leighton
  2010-11-12 18:21 ` Vasily Khoruzhick
  0 siblings, 1 reply; 3+ messages in thread
From: Luke Kenneth Casson Leighton @ 2010-11-12 18:05 UTC (permalink / raw)
  To: openembedded-devel

[hi please cc me direct because i am subscribed with nomail, thx]

folks, hi,

i have a requirement to bring gtk+-directfb up-to-date [and also do
python-pygtk-directfb, which is gonna be interesting on a 400mhz
ARM9... :) have to see how that goes...]

i've taken a copy of gtk+_2.14.bb and created gtk+-2.20.1.bb with the
following, as might be expected:

RCONFLICTS_${PN} = "gtk+"
RPROVIDES_${PN} ="gtk+-directfb"
DEPENDS = "glib-2.0 pango-directfb atk jpeg libpng gtk-doc libgcrypt cups \
       cairo-directfb jasper gtk+-native"

however, err.. i'm getting this:

ERROR: Multiple .bb files are due to be built which each provide
virtual/gail (/home/lkcl/oe/openembedded/recipes/gtk+/gtk+-directfb_2.20.1.bb
/home/lkcl/oe/openembedded/recipes/gtk+/gtk+_2.20.1.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
python-pygtk2 (/home/lkcl/oe/openembedded/recipes/python/python-pygtk-directfb_2.16.0.bb
/home/lkcl/oe/openembedded/recipes/python/python-pygtk_2.16.0.bb).
 This usually means one provides something the other doesn't and should.

at the bottom is these:

PROVIDES = "virtual/gail"
RPROVIDES_${PN} = "libgailutil18"
RCONFLICTS_${PN} = "libgailutil18"
RREPLACES_${PN} = "libgailutil18"

should i be modifying these to:

PROVIDES = "virtual/gail-directfb"
RCONFLICTS = "virtual/gail-directfb"
RPROVIDES_${PN} = "libgailutil18-directfb"
RCONFLICTS_${PN} = "libgailutil18"
RREPLACES_${PN} = "libgailutil18"
etc. etc.

tia.

l.



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

end of thread, other threads:[~2010-11-12 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 18:05 multiple virtual/gail on reviving gtk+-directfb Luke Kenneth Casson Leighton
2010-11-12 18:21 ` Vasily Khoruzhick
2010-11-12 22:16   ` Luke Kenneth Casson Leighton

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.