[oe-commits] Martin Jansa : systemd: add PACKAGES_DYNAMIC

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:28:35 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 39aabff8e0f9b3fa7c729dfc0593b3cea1762784
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=39aabff8e0f9b3fa7c729dfc0593b3cea1762784

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Dec  3 13:18:02 2012 +0100

systemd: add PACKAGES_DYNAMIC

* 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 files changed, 1 insertions(+), 0 deletions(-)

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"
 





More information about the Openembedded-commits mailing list