Signed-off-by: Andreas Müller <schnitzelt...@gmail.com>
---
 .../0001-Makefile.am-Link-with-libm-for-powl-API.patch | 10 +++++-----
 .../usermode/{usermode_1.113.bb => usermode_1.114.bb}  |  9 +++++----
 2 files changed, 10 insertions(+), 9 deletions(-)
 rename meta-gnome/recipes-support/usermode/{usermode_1.113.bb => 
usermode_1.114.bb} (87%)

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.k...@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index 4219f28..2a5ceac 100644
+index 779416a..67e2cc3 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -69,7 +69,7 @@ dist_pkgdata_DATA = usermode.ui
+@@ -82,7 +82,7 @@ endif
  userhelper_SOURCES = userhelper.c userhelper.h shvar.c shvar.h
  userhelper_CPPFLAGS = $(AM_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"'
- userhelper_LDADD = liblib.a $(LIBUSER_LIBS) $(GLIB_LIBS) $(PAM_LIBS) \
+ userhelper_LDADD = liblib.a $(LIBUSER_LIBS) $(GLIB_LIBS) $(PAM_LIBS) -lm \
 -      $(SELINUX_LIBS) $(EFENCE_LIBS)
 +      $(SELINUX_LIBS) $(EFENCE_LIBS) -lm
  
+ if GTK
  userinfo_SOURCES = userinfo.c
- userinfo_CPPFLAGS = $(AM_CPPFLAGS) $(PIXMAPDIR_CPPFLAGS) $(SBINDIR_CPPFLAGS) \
 -- 
-2.13.3
+2.31.1
 
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.113.bb 
b/meta-gnome/recipes-support/usermode/usermode_1.114.bb
similarity index 87%
rename from meta-gnome/recipes-support/usermode/usermode_1.113.bb
rename to 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 @@
+SUMMARY = "Tools for certain user account management tasks"
 DESCRIPTION = "The usermode contains the userhelper program, which can be used 
to allow configured \
 programs to be run with superuser privileges by ordinary users, and several \
 graphical tools for users: \
@@ -7,6 +8,8 @@ graphical tools for users: \
 "
 HOMEPAGE = "https://pagure.io/usermode";
 LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
 DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', 
'', d)} \
            gtk+ desktop-file-utils-native \
            startup-notification intltool-native \
@@ -17,13 +20,11 @@ SRC_URI = 
"https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \
            file://0001-fix-compile-failure-against-musl-C-library.patch \
            file://0001-Makefile.am-Link-with-libm-for-powl-API.patch \
            "
-SRC_URI[md5sum] = "eadfbff18578b645096b6fa61854b41d"
-SRC_URI[sha256sum] = 
"99fbfd248b411ed0e7c44d1957b0ecde699b5a968a4db5d37228e82e7b1ba092"
+SRC_URI[sha256sum] = 
"e7f58712b12175965b3a21522052863a061f3f1a888df3ffbe713b434f80254f"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+REQUIRED_DISTRO_FEATURES = "x11 pam"
 
 inherit features_check autotools gettext pkgconfig
 
 EXTRA_OEMAKE += "INSTALL='install -p'"
 
-REQUIRED_DISTRO_FEATURES = "x11 pam"
-- 
2.31.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94734): 
https://lists.openembedded.org/g/openembedded-devel/message/94734
Mute This Topic: https://lists.openembedded.org/mt/88347018/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to