summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch22
l---------patches/polkit-0.105/autogen.sh1
-rw-r--r--patches/polkit-0.105/series4
-rw-r--r--rules/polkit.make4
4 files changed, 29 insertions, 2 deletions
diff --git a/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch
new file mode 100644
index 000000000..1814ee989
--- /dev/null
+++ b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Fri, 27 May 2016 20:20:16 +0200
+Subject: [PATCH] check for libsystemd instead of libsystemd-login
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index f4a0c4177fbf..4bf2c05d989c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -160,7 +160,7 @@ AC_ARG_ENABLE([systemd],
+ [enable_systemd=auto])
+ if test "$enable_systemd" != "no"; then
+ PKG_CHECK_MODULES(SYSTEMD,
+- [libsystemd-login],
++ [libsystemd],
+ have_systemd=yes,
+ have_systemd=no)
+ if test "$have_systemd" = "yes"; then
diff --git a/patches/polkit-0.105/autogen.sh b/patches/polkit-0.105/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/polkit-0.105/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/polkit-0.105/series b/patches/polkit-0.105/series
new file mode 100644
index 000000000..380802746
--- /dev/null
+++ b/patches/polkit-0.105/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-check-for-libsystemd-instead-of-libsystemd-login.patch
+# 83e2d8f0392c42858cb3b8f452d4bb83 - git-ptx-patches magic
diff --git a/rules/polkit.make b/rules/polkit.make
index 376315f92..1b5c95ee2 100644
--- a/rules/polkit.make
+++ b/rules/polkit.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_POLKIT) += polkit
#
# Paths and names
#
-POLKIT_VERSION := 0.104
-POLKIT_MD5 := e380b4c6fb1e7bccf854e92edc0a8ce1
+POLKIT_VERSION := 0.105
+POLKIT_MD5 := 9c29e1b6c214f0bd6f1d4ee303dfaed9
POLKIT := polkit-$(POLKIT_VERSION)
POLKIT_SUFFIX := tar.gz
POLKIT_URL := http://hal.freedesktop.org/releases/$(POLKIT).$(POLKIT_SUFFIX)