diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 11:36:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 11:36:06 +0000 |
commit | 6ca0e13033085542332ad812bc62ae9243b8688f (patch) | |
tree | d214645a0c190ecb5c64a1e1253affa44e802a8a /meta-moblin/packages/packagekit/files/no_validate.patch | |
parent | db39d570e6a391a892fc0616e4e53168bc0d5522 (diff) | |
download | openembedded-core-6ca0e13033085542332ad812bc62ae9243b8688f.tar.gz openembedded-core-6ca0e13033085542332ad812bc62ae9243b8688f.tar.bz2 openembedded-core-6ca0e13033085542332ad812bc62ae9243b8688f.zip |
packagekit: 0.4.9 -> 0.6.0 (with fixes for opkg)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/packagekit/files/no_validate.patch')
-rw-r--r-- | meta-moblin/packages/packagekit/files/no_validate.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-moblin/packages/packagekit/files/no_validate.patch b/meta-moblin/packages/packagekit/files/no_validate.patch deleted file mode 100644 index f987b567df..0000000000 --- a/meta-moblin/packages/packagekit/files/no_validate.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: PackageKit-0.3.8/configure.ac -=================================================================== ---- PackageKit-0.3.8.orig/configure.ac 2008-11-04 21:37:17.000000000 +0000 -+++ PackageKit-0.3.8/configure.ac 2008-11-04 21:37:57.000000000 +0000 -@@ -451,11 +451,11 @@ - polkit-grant >= $POLKIT_GRANT_REQUIRED) - AC_SUBST(POLKIT_CFLAGS) - AC_SUBST(POLKIT_LIBS) -- AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE], -- [polkit-policy-file-validate], [polkit-policy-file-validate]) -- if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then -- AC_MSG_ERROR([polkit-policy-file-validate not found]) -- fi -+ #AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE], -+ # [polkit-policy-file-validate], [polkit-policy-file-validate]) -+ #if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then -+ # AC_MSG_ERROR([polkit-policy-file-validate not found]) -+ #fi - AC_DEFINE(USE_SECURITY_POLKIT, 1, [if we should use PolicyKit]) - elif test x$with_security_framework = xdummy; then - AC_DEFINE(USE_SECURITY_DUMMY, 1, [if we should use a dummy security framework]) |