]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagekit: Disable gstreamer plugin (gstreamer is not in DEPENDS)
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 22:06:39 +0000 (22:06 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 22:06:39 +0000 (22:06 +0000)
meta/packages/packkagekit/packagekit_0.3.8.bb

index 7d25d9db104c110c4a2ae8f1a17965db8fc154ba..6b44aeac7bc7a4defa22ba8c347688af4014143f 100644 (file)
@@ -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}"