[OE-core] [RFT][PATCH] systemd: Upgrade to 232

Dmitry Rozhkov dmitry.rozhkov at linux.intel.com
Mon Nov 21 12:57:09 UTC 2016


Hi Raj,

Could you please add this change


diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-
core/systemd/systemd_232.bb
index 892a109..def6e05 100644
--- a/meta/recipes-core/systemd/systemd_232.bb
+++ b/meta/recipes-core/systemd/systemd_232.bb
@@ -275,7 +275,7 @@ python populate_packages_prepend (){
     systemdlibdir = d.getVar("rootlibdir", True)
     do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s',
'Systemd %s library', extra_depends='', allow_links=True)
 }
-PACKAGES_DYNAMIC += "^lib(udev|systemd).*"
+PACKAGES_DYNAMIC += "^lib(udev|systemd|nss).*"
 
 PACKAGES =+ "\
     ${PN}-gui \


to the patch, so libnss-resolve would be packaged properly.

BR,
Dmitry

On Wed, 2016-11-09 at 22:11 -0800, Khem Raj wrote:
> * Drop support for rcS.d SysV init scripts.
>   These are prone to cause dependency loops, and almost all packages
> with
>   rcS scripts now ship a native systemd service.
> 
> * Drop mount propagation patch, it only happens with libseccomp, OE
> doesnt
>   enable it
> 
> * kdbus option has disappeared from configure
> 
> * Ignore dev-so for PN now since systemd introduced private .so see
>   https://github.com/systemd/systemd/issues/3810
> 




More information about the Openembedded-core mailing list