Re: [oe] [meta-oe][PATCH 1/3] lvm2: separate libdevmapper to avoid circular dependency

2017-04-26 Thread Martin Jansa
I've merged it anyway. The second issue should be reproducible with: EXTRA_OECONF += "--disable-fsadm \ --with-cluster=none \ " EXTRA_OECONF_remove = "--enable-applib" EXTRA_OECONF_remove = "--enable-cmdlib" EXTRA_OECONF_remove = "--enable-udev_sync" EXTRA_OECONF_remove =

Re: [oe] [meta-oe][PATCH 1/3] lvm2: separate libdevmapper to avoid circular dependency

2017-04-25 Thread ChenQi
On 04/24/2017 10:21 PM, Martin Jansa wrote: I'm still seeing some issues with this applied: ERROR: lvm2-2.02.166-r0 do_package: QA Issue: lvm2: Files/directories were installed but not shipped in any package: /usr/lib Please set FILES such that these items are packaged. Alternatively if

Re: [oe] [meta-oe][PATCH 1/3] lvm2: separate libdevmapper to avoid circular dependency

2017-04-24 Thread Martin Jansa
I'm still seeing some issues with this applied: ERROR: lvm2-2.02.166-r0 do_package: QA Issue: lvm2: Files/directories were installed but not shipped in any package: /usr/lib Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete

[oe] [meta-oe][PATCH 1/3] lvm2: separate libdevmapper to avoid circular dependency

2017-04-24 Thread Qi.Chen
From: Chen Qi If we enable 'cryptsetup' PACKAGECONFIG for systemd, there would be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'. cryptsetup only needs libdevmapper from lvm2. So we separte libdevmapper into a new recipe to solve this circular