summaryrefslogtreecommitdiffstats
path: root/meta/packages/packkagekit/files/no_validate.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:23 +0000
committerJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:23 +0000
commitd422ac1c2503960ab05f390d26c911d83a7d4aa9 (patch)
treecba6fdd5e7156be9c7643d4896e2eae4f146799d /meta/packages/packkagekit/files/no_validate.patch
parent3937aefbefda15a65436238a6c6f1485419c914b (diff)
parent51db60903d2ead36077a2297fbfef0c266bc7ca5 (diff)
downloadpoky-d422ac1c2503960ab05f390d26c911d83a7d4aa9.tar.gz
Merge branch 'master' of ssh://git@git.moblin.org/poky
Diffstat (limited to 'meta/packages/packkagekit/files/no_validate.patch')
-rw-r--r--meta/packages/packkagekit/files/no_validate.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/packkagekit/files/no_validate.patch b/meta/packages/packkagekit/files/no_validate.patch
new file mode 100644
index 0000000000..f987b567df
--- /dev/null
+++ b/meta/packages/packkagekit/files/no_validate.patch
@@ -0,0 +1,21 @@
1Index: PackageKit-0.3.8/configure.ac
2===================================================================
3--- PackageKit-0.3.8.orig/configure.ac 2008-11-04 21:37:17.000000000 +0000
4+++ PackageKit-0.3.8/configure.ac 2008-11-04 21:37:57.000000000 +0000
5@@ -451,11 +451,11 @@
6 polkit-grant >= $POLKIT_GRANT_REQUIRED)
7 AC_SUBST(POLKIT_CFLAGS)
8 AC_SUBST(POLKIT_LIBS)
9- AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
10- [polkit-policy-file-validate], [polkit-policy-file-validate])
11- if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
12- AC_MSG_ERROR([polkit-policy-file-validate not found])
13- fi
14+ #AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
15+ # [polkit-policy-file-validate], [polkit-policy-file-validate])
16+ #if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
17+ # AC_MSG_ERROR([polkit-policy-file-validate not found])
18+ #fi
19 AC_DEFINE(USE_SECURITY_POLKIT, 1, [if we should use PolicyKit])
20 elif test x$with_security_framework = xdummy; then
21 AC_DEFINE(USE_SECURITY_DUMMY, 1, [if we should use a dummy security framework])