mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:12:40 +00:00
libgpiod: clean-up sub-packages
The libgpiodbus shared library and the .typelib file for libgpiod GLib bindings are currently packaged in the main libgpiod package which should really only contain the core libgpiod shared library. Move them to libgpiod-manager and libgpiod-glib packages respectively. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
a34b94c7b0
commit
a8ecd065cd
@ -32,9 +32,13 @@ PACKAGES =+ "${PN}-gpiosim ${PN}-glib ${PN}-manager ${PN}-manager-cfg ${PN}-cli"
|
||||
FILES:${PN}-tools += "${bindir}/gpionotify"
|
||||
FILES:${PN}-gpiosim += "${libdir}/libgpiosim.so.*"
|
||||
FILES:${PN}-gpiosim-dev += "${includedir}/gpiosim.h"
|
||||
FILES:${PN}-glib += "${libdir}/libgpiod-glib.so.*"
|
||||
FILES:${PN}-glib += " \
|
||||
${libdir}/libgpiod-glib.so.* \
|
||||
${libdir}/girepository-1.0/* \
|
||||
"
|
||||
FILES:${PN}-manager += " \
|
||||
${bindir}/gpio-manager \
|
||||
${libdir}/libgpiodbus.so.* \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_system_unitdir}/gpio-manager.service', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '${sysconfdir}/init.d/gpio-manager', '', d)} \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user