**** BEGIN LOGGING AT Sun May 04 02:59:59 2014 May 04 06:25:05 is that Jefro's head hitting the keyboard? May 04 06:25:13 he should be home by now... May 04 17:15:44 what's the best mailing list for announcements about cool embedded stuff? May 04 17:16:00 not necessarily oe-specific... May 04 20:36:21 bluelightning: when you have time please check http://bpaste.net/show/259192/ we have couple of recipes with warnings like this, I know you were fixing this check few times, is this behavior expected? May 04 22:02:31 JaMa: I hate that check :( May 04 22:02:37 there are too many corner cases May 04 22:08:23 bluelightning: understood, I had to read it 4 times until I've understood how it currently works and why it fails in some cases May 04 22:09:13 especially that 2nd regexp looks like matching for lib*so file, but it's actually matching in most cases for /lib*/**/*so* May 04 22:10:33 lib_re = re.compile("^/lib.+\.so(\..+)?$") May 04 22:10:33 exec_re = re.compile("^%s.*/lib.+\.so(\..+)?$" % exec_prefix) May 04 22:10:47 sorry not 2nd, but 1st is suspicious **** ENDING LOGGING AT Mon May 05 03:00:00 2014