From: Richard Purdie Date: Tue, 4 Nov 2008 22:06:39 +0000 (+0000) Subject: packagekit: Disable gstreamer plugin (gstreamer is not in DEPENDS) X-Git-Tag: 2011-1~7851^2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=51db60903d2ead36077a2297fbfef0c266bc7ca5;p=openembedded-core.git packagekit: Disable gstreamer plugin (gstreamer is not in DEPENDS) --- 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}"