diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-31 21:58:04 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-05 22:49:34 -0700 |
| commit | 17b49ec92483631e3abdd69ec5f51f68374b8cbd (patch) | |
| tree | f075f5a7231d5a5439f736f3fcdc58f760971576 /meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |
| parent | 97f3a9e4a87aaa46fde1d5a1ca0903931432016a (diff) | |
| download | meta-openembedded-17b49ec92483631e3abdd69ec5f51f68374b8cbd.tar.gz | |
lxdm: Fix msghdr initialization on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index 83b15ce8e5..adf9cb597c 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |||
| @@ -19,6 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}%20${PV}/${BPN}-${PV}.tar. | |||
| 19 | file://0008-greeter.c-show-information-on-gtk-label-info.patch \ | 19 | file://0008-greeter.c-show-information-on-gtk-label-info.patch \ |
| 20 | file://0009-greeter.c-disallow-empty-new-password.patch \ | 20 | file://0009-greeter.c-disallow-empty-new-password.patch \ |
| 21 | file://0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch \ | 21 | file://0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch \ |
| 22 | file://0001-Initialize-msghdr-struct-in-a-portable-way.patch \ | ||
| 22 | " | 23 | " |
| 23 | SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0" | 24 | SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0" |
| 24 | SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f" | 25 | SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f" |
