[oe] [PATCH 46/58] systemd: add PACKAGES_DYNAMIC

Martin Jansa martin.jansa at gmail.com
Tue Dec 4 01:59:19 UTC 2012


* some packages can RDEPEND on e.g. libudev

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-systemd/recipes-core/systemd/systemd_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index bfd1b30..51d3371 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -105,6 +105,7 @@ python populate_packages_prepend (){
     systemdlibdir = d.getVar("base_libdir", True)
     do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True)
 }
+PACKAGES_DYNAMIC += "^lib(udev|gudev|systemd).*"
 
 PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze"
 
-- 
1.8.0





More information about the Openembedded-devel mailing list