aboutsummaryrefslogtreecommitdiffstats
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)
downloadopenembedded-core-contrib-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 @@
HOMEPAGE = "http://www.packagekit.org/"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
file://no_validate.patch;patch=1 "
DEPENDS = "python polkit pam"
-EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit"
+EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
S = "${WORKDIR}/PackageKit-${PV}"