]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagekit: Disable browser plugin
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 25 May 2009 09:13:00 +0000 (10:13 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 25 May 2009 09:13:00 +0000 (10:13 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/packages/packagekit/packagekit_0.3.8.bb

index a38f53685b5f21398a2ce23ff406d7c21350ff70..687b5e026b871c54955b7c81443e40b5361d0e13 100644 (file)
@@ -1,11 +1,11 @@
 HOMEPAGE = "http://www.packagekit.org/"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
            file://no_validate.patch;patch=1 "
 
 DEPENDS = "python policykit pam"
-EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum  --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
+EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum  --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin --disable-browser-plugin"
 
 S = "${WORKDIR}/PackageKit-${PV}"