Re: [OE-core] [PATCH v3] python3: make readline and gdbm support conditional.

2017-06-14 Thread Puustinen, Ismo
On Tue, 2017-06-13 at 20:36 +0100, Burton, Ross wrote: > If gdbm isn't present then the gdbm package isn't generated at all, > which is as expected.  python3-readline just contains the rlcompleter > package which is basically an implementation detail and could > arguably be deleted in a do_install_

Re: [OE-core] [PATCH v2] python3: make readline, gdbm, and db support conditional.

2017-06-09 Thread Puustinen, Ismo
On Wed, 2017-06-07 at 15:10 +0100, Burton, Ross wrote: > On 7 June 2017 at 14:49, Ismo Puustinen > wrote: > > +RRECOMMENDS_${PN}-core = "${@bb.utils.contains('PACKAGECONFIG', > > 'readline', '${PN}-readline', '', d)}" > > > > Recommends can not exists, so I wouldn't bother with this > complicati

Re: [OE-core] [PATCH v2] python3: make readline, gdbm, and db support conditional.

2017-06-08 Thread Puustinen, Ismo
On Thu, 2017-06-08 at 13:51 +0300, Alexander Kanavin wrote: > On 06/07/2017 04:49 PM, Ismo Puustinen wrote: > > The three libraries' (readline, gdbm, and db) licenses belong to > > the > > GPLv3 family. Add them to to PACKAGECONFIG so they can be switched > > off > > if the licensing doesn't allow

Re: [OE-core] [PATCH v2] python3: make readline, gdbm, and db support conditional.

2017-06-08 Thread Puustinen, Ismo
On Wed, 2017-06-07 at 15:10 +0100, Burton, Ross wrote: > > On 7 June 2017 at 14:49, Ismo Puustinen > wrote: > > +RRECOMMENDS_${PN}-core = "${@bb.utils.contains('PACKAGECONFIG', > > 'readline', '${PN}-readline', '', d)}" > > > > Recommends can not exists, so I wouldn't bother with this > complic

Re: [OE-core] [PATCH] boost: backport a regression fix for forgotten header

2017-05-29 Thread Puustinen, Ismo
On Mon, 2017-05-15 at 14:54 +0300, Dmitry Rozhkov wrote: > The v1.64 release has broken array serialization code with issues > reported in > > https://svn.boost.org/trac/boost/ticket/12516 > https://github.com/bmwcarit/meta-ros/issues/505 > > Backport the fix from boost::serialization's master.

Re: [OE-core] [PATCH] gcc: let cpp rrecommend gcc.

2017-03-10 Thread Puustinen, Ismo
On Thu, 2017-03-09 at 14:17 +, Khem Raj wrote: > > The file /usr/libexec/gcc/.../cc1 has been installed in package > > "gcc" > > instead of package "cpp", because FILES statements for both > > packages > > match the cc1 binary. Remove the attempt to install the file in cpp > > to > > avoid conf

Re: [OE-core] [PATCH v2 0/2] Create systemd users at build time

2016-05-12 Thread Puustinen, Ismo
On Wed, 2016-05-11 at 12:04 -0700, Stephano Cetola wrote: > > I think this is a valuable feature. However, have you considered > > adding > > the "m" and "r" options too? I think that at least "m" would be > > worthwhile to implement, since it's important to be able to add > > users > > to differen

Re: [OE-core] [PATCH v2 0/2] Create systemd users at build time

2016-05-11 Thread Puustinen, Ismo
On Mon, 2016-05-09 at 16:42 -0700, Stephano Cetola wrote: > Systemd has a config option sysusers which creates any users or > groups that > systemd needs on first boot. There is a rootfs-postcommand that > creates these > users in case the filesystem is readonly, however it does not take > into > a