summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_250.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.3.bb b/meta/recipes-core/systemd/systemd_250.3.bb
index 0fe5fb7976..9121333f56 100644
--- a/meta/recipes-core/systemd/systemd_250.3.bb
+++ b/meta/recipes-core/systemd/systemd_250.3.bb
@@ -352,7 +352,7 @@ do_install() {
352 352
353python populate_packages:prepend (){ 353python populate_packages:prepend (){
354 systemdlibdir = d.getVar("rootlibdir") 354 systemdlibdir = d.getVar("rootlibdir")
355 do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True) 355 do_split_packages(d, systemdlibdir, r'^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True)
356} 356}
357PACKAGES_DYNAMIC += "^lib(udev|systemd|nss).*" 357PACKAGES_DYNAMIC += "^lib(udev|systemd|nss).*"
358 358