mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
systemd: add PACKAGES_DYNAMIC
* some packages can RDEPEND on e.g. libudev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -105,6 +105,7 @@ python populate_packages_prepend (){
|
|||||||
systemdlibdir = d.getVar("base_libdir", True)
|
systemdlibdir = d.getVar("base_libdir", True)
|
||||||
do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=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"
|
PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user