**** BEGIN LOGGING AT Tue Apr 07 02:59:59 2015 Apr 07 07:28:06 good morning Apr 07 08:12:35 morning all Apr 07 08:13:57 hi bluelightning Apr 07 08:21:58 hi woglinde Apr 07 11:04:44 hi. Is there any way to break a circular dependency loop from DEPENDS? I have two packages, that need each other in sysroot, but they don't need to be compiled, they only both need to be copied. So sth like A -> B -> A. Since A is going to be installed, I want to modify something somewhere (a bbclass maybe, that modifies dependencies?) such that the build (bitbake) can figure out that B's dependency on A is going to be resolved already Apr 07 11:07:37 Since do_compile() of B depends on do_populate_sysroot() of A (and vice versa), removing the do_compile() task of A and B could be an option? But then the dependency on do_populate_sysroot() of the depending recipe would also disappear, right? Apr 07 11:07:58 s/do_compile/do_configure Apr 07 11:23:54 (I can't just remove B's DEPENDS on A, as the situation above has been simplified. It needs to stay in the recipe) Apr 07 14:12:02 crap, master appears still have the hanging running wic issue Apr 07 14:27:02 abelloni, https://bugzilla.yoctoproject.org/show_bug.cgi?id=7573 Apr 07 17:27:18 I'm taking a whack at updating the ruby recipe, do people have strong feelings on whether binary bits go into ${libdir}/ruby/x.y.z (ruby default) vs ${libdir}/ruby (Fedora/RH)? Apr 07 17:28:41 I've not yet worked out the set of config options that make the Fedora scheme work with 2.2.x Apr 07 17:33:31 * kergoth is personally inclined to say go with upstream on that, but he doesn't have anything to do with the ruby recipe or packaging, or the ruby community, and doesn't know ruby, so.. :) Apr 07 17:36:04 YMMV Apr 07 17:36:11 ;) Apr 07 17:37:30 heh Apr 07 18:13:10 I'll poke around and see what a few other distros do wrt to those, and also if anyone else puts the gems into /usr/share the way Fedora/RH do Apr 07 18:14:26 the latter seems kind of odd to me, since it seems like it could cause issues down the road if a gem doesn't work with certain versions Apr 07 18:15:19 but I'm not a ruby guy Apr 07 18:19:16 smurray: I bet there's some rpm magic involved on RH Apr 07 18:26:55 rpm macros can be scary... Apr 07 18:44:32 koen: I think it's a bit moot since they don't allow more than one version of ruby to be installed anyways afaict Apr 07 18:45:13 I can make it build either way now, it was another configure option that was giving me problems Apr 07 18:45:48 I'll have to cook up a test more involved than simple print statements Apr 07 19:06:25 Crofton|work: yeah, I'll send a fix in soon **** ENDING LOGGING AT Wed Apr 08 02:59:59 2015