**** BEGIN LOGGING AT Fri Feb 26 02:59:58 2016 Feb 26 03:04:58 lists is down, can I still send a patch? Feb 26 03:41:25 nope, looks like I can't subscribe to the list Feb 26 03:44:30 ah, it's mailman based. Feb 26 03:44:35 I subscribed via openwrt-devel-join@lists.openwrt.org :-) Feb 26 13:23:24 Can I authenticate with password hash w/ jsonrpc? Feb 26 13:23:54 here's the plaintext example: https://wiki.openwrt.org/doc/techref/ubus Feb 26 13:24:56 no Feb 26 13:26:52 the current approach is to rely on tls for transport layer security Feb 26 13:27:16 there might be more elaborate schemes for authentication eventually but right now there aren't Feb 26 13:27:22 OK, thanks Feb 26 13:27:45 partly due to the reason that plain js must be able to authenticate **** BEGIN LOGGING AT Fri Feb 26 17:11:54 2016 Feb 26 23:24:12 any idea why a cmake project isn't finding the pkg-config files in staging/target-xxx/usr/lib/pkg-config? Feb 26 23:25:02 I get "Found PkgConfig: /home/karlp/src/openwrt-trunk/staging_dir/host/bin/pkg-config" but I think it's then only looking in _host_ pc files? Feb 26 23:59:45 karlp: pointing to the other pkg-config binary shoul fix the search path iirc Feb 27 00:02:14 there are still some inconsistencies with staging_dir/host and staging_dir/target...../host usage I think - some clarification / documentation might help Feb 27 00:02:49 plntyk: I think I've fixed it, was some code using PKG_CHEC_MODULES(JSONC json-c json) which looks for _both_ modules Feb 27 00:03:03 coming from the $(STAGING_DIR)/host and $(STAGING_DIR_HOST) that was split/modified/refactored/changed whatever Feb 27 00:03:09 instead of PKG_SEARCH_MODULE(JSONC json-c json) which looks for one module with either name. Feb 27 01:04:45 ahh, seems this is missign for me too https://patchwork.ozlabs.org/patch/472796/ Feb 27 01:05:04 I guess no version of that ever landed :) Feb 27 01:21:40 hrm, that doesn't seem to help with source tree overrride though, even applying manually :| Feb 27 01:41:39 oh boy. Feb 27 01:42:02 the automatic dependnecy checking is _unhappy_ about the library being built as a submodule. Feb 27 01:42:15 "package is missing dependencies on xxxx" woo **** ENDING LOGGING AT Sat Feb 27 02:59:58 2016