diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-01-11 13:15:39 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:51:55 -0800 |
commit | 79f103489a57f2f5f036509d8ae12c5af71e6d25 (patch) | |
tree | 520d8efc9166f1dbd932c72d9559d440245f4ac7 /meta-gnome | |
parent | 0766704964a82514ab9a2df3de0537d1c0680f26 (diff) | |
download | meta-openembedded-79f103489a57f2f5f036509d8ae12c5af71e6d25.tar.gz |
usermode: upgrade 1.113 -> 1.114
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch | 10 | ||||
-rw-r--r-- | meta-gnome/recipes-support/usermode/usermode_1.114.bb (renamed from meta-gnome/recipes-support/usermode/usermode_1.113.bb) | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch b/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch index 76640b0a1..8ea34cf23 100644 --- a/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch +++ b/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch | |||
@@ -9,18 +9,18 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 10 | ||
11 | diff --git a/Makefile.am b/Makefile.am | 11 | diff --git a/Makefile.am b/Makefile.am |
12 | index 4219f28..2a5ceac 100644 | 12 | index 779416a..67e2cc3 100644 |
13 | --- a/Makefile.am | 13 | --- a/Makefile.am |
14 | +++ b/Makefile.am | 14 | +++ b/Makefile.am |
15 | @@ -69,7 +69,7 @@ dist_pkgdata_DATA = usermode.ui | 15 | @@ -82,7 +82,7 @@ endif |
16 | userhelper_SOURCES = userhelper.c userhelper.h shvar.c shvar.h | 16 | userhelper_SOURCES = userhelper.c userhelper.h shvar.c shvar.h |
17 | userhelper_CPPFLAGS = $(AM_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"' | 17 | userhelper_CPPFLAGS = $(AM_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"' |
18 | userhelper_LDADD = liblib.a $(LIBUSER_LIBS) $(GLIB_LIBS) $(PAM_LIBS) \ | 18 | userhelper_LDADD = liblib.a $(LIBUSER_LIBS) $(GLIB_LIBS) $(PAM_LIBS) -lm \ |
19 | - $(SELINUX_LIBS) $(EFENCE_LIBS) | 19 | - $(SELINUX_LIBS) $(EFENCE_LIBS) |
20 | + $(SELINUX_LIBS) $(EFENCE_LIBS) -lm | 20 | + $(SELINUX_LIBS) $(EFENCE_LIBS) -lm |
21 | 21 | ||
22 | if GTK | ||
22 | userinfo_SOURCES = userinfo.c | 23 | userinfo_SOURCES = userinfo.c |
23 | userinfo_CPPFLAGS = $(AM_CPPFLAGS) $(PIXMAPDIR_CPPFLAGS) $(SBINDIR_CPPFLAGS) \ | ||
24 | -- | 24 | -- |
25 | 2.13.3 | 25 | 2.31.1 |
26 | 26 | ||
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.113.bb b/meta-gnome/recipes-support/usermode/usermode_1.114.bb index a94440c93..478d8fa9b 100644 --- a/meta-gnome/recipes-support/usermode/usermode_1.113.bb +++ b/meta-gnome/recipes-support/usermode/usermode_1.114.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Tools for certain user account management tasks" | ||
1 | DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \ | 2 | DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \ |
2 | programs to be run with superuser privileges by ordinary users, and several \ | 3 | programs to be run with superuser privileges by ordinary users, and several \ |
3 | graphical tools for users: \ | 4 | graphical tools for users: \ |
@@ -7,6 +8,8 @@ graphical tools for users: \ | |||
7 | " | 8 | " |
8 | HOMEPAGE = "https://pagure.io/usermode" | 9 | HOMEPAGE = "https://pagure.io/usermode" |
9 | LICENSE = "GPLv2+" | 10 | LICENSE = "GPLv2+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
12 | |||
10 | DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ | 13 | DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ |
11 | gtk+ desktop-file-utils-native \ | 14 | gtk+ desktop-file-utils-native \ |
12 | startup-notification intltool-native \ | 15 | startup-notification intltool-native \ |
@@ -17,13 +20,11 @@ SRC_URI = "https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \ | |||
17 | file://0001-fix-compile-failure-against-musl-C-library.patch \ | 20 | file://0001-fix-compile-failure-against-musl-C-library.patch \ |
18 | file://0001-Makefile.am-Link-with-libm-for-powl-API.patch \ | 21 | file://0001-Makefile.am-Link-with-libm-for-powl-API.patch \ |
19 | " | 22 | " |
20 | SRC_URI[md5sum] = "eadfbff18578b645096b6fa61854b41d" | 23 | SRC_URI[sha256sum] = "e7f58712b12175965b3a21522052863a061f3f1a888df3ffbe713b434f80254f" |
21 | SRC_URI[sha256sum] = "99fbfd248b411ed0e7c44d1957b0ecde699b5a968a4db5d37228e82e7b1ba092" | ||
22 | 24 | ||
23 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 25 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
24 | 26 | ||
25 | inherit features_check autotools gettext pkgconfig | 27 | inherit features_check autotools gettext pkgconfig |
26 | 28 | ||
27 | EXTRA_OEMAKE += "INSTALL='install -p'" | 29 | EXTRA_OEMAKE += "INSTALL='install -p'" |
28 | 30 | ||
29 | REQUIRED_DISTRO_FEATURES = "x11 pam" | ||