summaryrefslogtreecommitdiffstats
path: root/meta/packages/packkagekit/packagekit_0.3.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/packkagekit/packagekit_0.3.8.bb')
-rw-r--r--meta/packages/packkagekit/packagekit_0.3.8.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/packkagekit/packagekit_0.3.8.bb b/meta/packages/packkagekit/packagekit_0.3.8.bb
index ccac51c01f..6b44aeac7b 100644
--- a/meta/packages/packkagekit/packagekit_0.3.8.bb
+++ b/meta/packages/packkagekit/packagekit_0.3.8.bb
@@ -1,10 +1,11 @@
1HOMEPAGE = "http://www.packagekit.org/" 1HOMEPAGE = "http://www.packagekit.org/"
2PR = "r4" 2PR = "r6"
3 3
4SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz" 4SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
5 file://no_validate.patch;patch=1 "
5 6
6DEPENDS = "python polkit pam opkg-sdk" 7DEPENDS = "python polkit pam"
7EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local" 8EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
8 9
9S = "${WORKDIR}/PackageKit-${PV}" 10S = "${WORKDIR}/PackageKit-${PV}"
10 11