summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 22:06:39 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 22:06:39 +0000
commit51db60903d2ead36077a2297fbfef0c266bc7ca5 (patch)
tree478417a9ac23b78626c0227758d99562e7976095 /meta
parent4b0098b26111909ba8a6f5a1c1795bf275cc8346 (diff)
downloadpoky-51db60903d2ead36077a2297fbfef0c266bc7ca5.tar.gz
packagekit: Disable gstreamer plugin (gstreamer is not in DEPENDS)
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/packkagekit/packagekit_0.3.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/packkagekit/packagekit_0.3.8.bb b/meta/packages/packkagekit/packagekit_0.3.8.bb
index 7d25d9db10..6b44aeac7b 100644
--- a/meta/packages/packkagekit/packagekit_0.3.8.bb
+++ b/meta/packages/packkagekit/packagekit_0.3.8.bb
@@ -1,11 +1,11 @@
1HOMEPAGE = "http://www.packagekit.org/" 1HOMEPAGE = "http://www.packagekit.org/"
2PR = "r5" 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 file://no_validate.patch;patch=1 "
6 6
7DEPENDS = "python polkit pam" 7DEPENDS = "python polkit pam"
8EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit" 8EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
9 9
10S = "${WORKDIR}/PackageKit-${PV}" 10S = "${WORKDIR}/PackageKit-${PV}"
11 11