**** BEGIN LOGGING AT Mon May 23 02:59:58 2016 May 23 09:42:41 bluelightning: hi May 23 09:42:58 hi ant_work May 23 09:43:14 I'll have to pull and build anew after last changes in oe-core May 23 09:43:26 I've seen you pulled most of the patches. thanks May 23 09:43:40 I plan to fix the staging in our recipes now May 23 09:43:56 seems we can use SYSROOT_DIRS now May 23 09:44:34 about opie, pls think about fixing the qa_error May 23 09:51:35 but there is smthing wrong under the hood May 23 09:51:47 include( $(OPIEDIR)/include.pro ) May 23 09:51:56 ^ anything there to include May 23 10:29:06 ant_work: I've pulled in all of the patches except for a few which looked suspect - I'm not sure that that is the right fix for the problem May 23 10:29:29 ant_work: what do you mean by "anything there to include" ? May 23 10:59:38 bluelightning: at least in opie-multikey (but I think it's wider) the .pro file meant to be included is in a subdir May 23 10:59:49 +-include( $(OPIEDIR)/include.pro ) May 23 10:59:49 ++include( $(OPIEDIR)$(palmtopdir)/include.pro ) May 23 11:00:30 the question with something like this is always what changed in order to make this now fail when it worked before? May 23 11:00:53 and is simply inserting that path correct or is it something lower down that needs fixing? May 23 11:01:24 is OPIEDIR right pointing just to sysroot? May 23 11:02:17 qht does *some* packages, the plugins, install under /lib/opie ? May 23 11:05:20 the plugins are plugins, not general use libraries May 23 11:05:51 I don't know what OPIEDIR should point to off the top of my head, I'd need to read the code May 23 11:07:30 imho we could just let the .so live under $libdir but the recipes seems expecting $libdir/opie/lib May 23 11:07:53 and if you install a .so in $libdir you get the QA May 23 11:08:12 what multikey is apparently doing (linking to another plugin as a dynamic lib) is unusual though May 23 11:08:32 it's not the norm, so we shouldn't go rearranging the layout to fit that May 23 11:10:13 then it is indeed opie-multikey wo need fix, not the plugin May 23 11:10:30 argh.. I can't type today :/ May 23 11:10:58 iirc there are only 3 plugins once you build the opie-image May 23 11:11:23 I mean, 3 .so staged under /usr/lib/opie/lib May 23 11:13:40 in case of i.e. opie-unikeyboard there is an empty do_install May 23 11:14:05 but for opie-pickboard someone sometime decided to stage a second .so May 23 11:14:12 and the headers May 23 11:15:54 I still miss the magic...I get is is in opie_do_opie_install() May 23 11:16:41 yep, the opie class adds its own do_opie_install (which was the source of other QA issues earlier since it wasn't fakeroot) May 23 11:16:56 opie_do_opie_install becomes do_opie_install via EXPORT_FUNCTIONS FYI May 23 11:18:01 it seems installing under palmtopdir May 23 11:18:15 #103 May 23 11:20:10 ah..and about the .pro May 23 11:20:14 #20 May 23 11:20:28 err.. #29 May 23 11:36:50 I'll have to take a closer look at this later May 23 11:37:03 for now I need to get some sleep May 23 11:37:04 g'night **** ENDING LOGGING AT Tue May 24 02:59:58 2016