diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 14:30:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 14:30:31 +0000 |
commit | 70203a07239213d60165ba9b2d3e4386c99a510c (patch) | |
tree | c6fa19c1ce9f798a6370fb12dcecd510636269c1 /meta-moblin/packages/packagekit | |
parent | 11f0e58005839d5d3c211062b3bc2628fc80fa95 (diff) | |
download | poky-70203a07239213d60165ba9b2d3e4386c99a510c.tar.gz |
Move pam, packagekit, monit and gnet to meta-moblin
Diffstat (limited to 'meta-moblin/packages/packagekit')
-rw-r--r-- | meta-moblin/packages/packagekit/files/no_validate.patch | 21 | ||||
-rw-r--r-- | meta-moblin/packages/packagekit/packagekit_0.3.8.bb | 12 |
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-moblin/packages/packagekit/files/no_validate.patch b/meta-moblin/packages/packagekit/files/no_validate.patch new file mode 100644 index 0000000000..f987b567df --- /dev/null +++ b/meta-moblin/packages/packagekit/files/no_validate.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | Index: 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]) | ||
diff --git a/meta-moblin/packages/packagekit/packagekit_0.3.8.bb b/meta-moblin/packages/packagekit/packagekit_0.3.8.bb new file mode 100644 index 0000000000..a38f53685b --- /dev/null +++ b/meta-moblin/packages/packagekit/packagekit_0.3.8.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | HOMEPAGE = "http://www.packagekit.org/" | ||
2 | PR = "r6" | ||
3 | |||
4 | SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \ | ||
5 | file://no_validate.patch;patch=1 " | ||
6 | |||
7 | DEPENDS = "python policykit pam" | ||
8 | EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin" | ||
9 | |||
10 | S = "${WORKDIR}/PackageKit-${PV}" | ||
11 | |||
12 | inherit autotools pkgconfig | ||