* package requires different glib version
@ 2012-02-24 22:33 Saxena, Rahul
2012-03-01 6:17 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Saxena, Rahul @ 2012-02-24 22:33 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
Had a question on Glib. The configuration script of one of the packages I am trying to build requires glib >= 2.31.10 ,
but the Edision branch has 2.28 version. What does one generally do in these type of cases ?
Thanks
Rahul
[-- Attachment #2: Type: text/html, Size: 2015 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: package requires different glib version
2012-02-24 22:33 package requires different glib version Saxena, Rahul
@ 2012-03-01 6:17 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2012-03-01 6:17 UTC (permalink / raw)
To: yocto
On 02/24/2012 02:33 PM, Saxena, Rahul wrote:
>
>
> Had a question on Glib. The configuration script of one of the packages
> I am trying to build requires glib >= 2.31.10 ,
>
> but the Edision branch has 2.28 version. What does one generally do in
> these type of cases ?
You can backport glib (or whatever package you need upgraded)recipes
from oe-core/master if they are there
usually that would be best case
glib is core package and a lot of other packages depend on it
so integrating new version into your tree could be significant work
another option could be figure out what features from new glib are
being used by this new package and would it be possible for you
to disable them then you can just patch this one package to
bahave with existing glib that would require only this new package
to change. If I were you I would prefer this option if its viable
-Khem
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-01 6:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 22:33 package requires different glib version Saxena, Rahul
2012-03-01 6:17 ` Khem Raj
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.