summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 16:35:55 -0700
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:59 -0700
commit35b5080ed6b379db6aa2b697b6377fa0725a5216 (patch)
treebe7ddf3e554c7982a18d29206f5facab96a88fb8
parentd320e92320f240146e1bd179e9132d02a9581ed7 (diff)
downloadast2050-yocto-openembedded-35b5080ed6b379db6aa2b697b6377fa0725a5216.zip
ast2050-yocto-openembedded-35b5080ed6b379db6aa2b697b6377fa0725a5216.tar.gz
packagekit: Fix QA warnings
WARNING: Failed to fetch URL http://www.packagekit.org/releases/PackageKit-0.5.6.tar.gz;name=archive, attempting MIRRORS if available WARNING: QA Issue: packagekit rdepends on libgudev, but it isn't a build dependency? [build-deps] WARNING: QA Issue: packagekit requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] packagekit.org is no longer responding, changed SRC_URI Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
index 59b0a43..3d8a6ee 100644
--- a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
+++ b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
@@ -3,18 +3,18 @@ SECTION = "libs"
LICENSE = "GPL-2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "gtk+ python polkit dbus dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native"
-RDEPENDS_${PN} = "opkg"
+RDEPENDS_${PN} = "opkg bash"
inherit gnome pythonnative
-SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz;name=archive \
+SRC_URI = "http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${PV}.tar.bz2;name=archive \
file://configurefix.patch \
file://opkgfixes.patch \
file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \
"
-SRC_URI[archive.md5sum] = "6c8d9c48e21b82abeea15c3fd5066242"
-SRC_URI[archive.sha256sum] = "0eafd1be5516a41ebc0f0c3acff0b0763da105a4178b5eee0ff16d66ccd04408"
+SRC_URI[archive.md5sum] = "33a3127e9ed41e26671786aee9fe56ff"
+SRC_URI[archive.sha256sum] = "8dae41493dfb011442746d252b3435bf3204e17bf7c47e396f90fbd215260e14"
S = "${WORKDIR}/PackageKit-${PV}"
@@ -30,6 +30,7 @@ EXTRA_OECONF = "--with-security-framework=dummy \
--disable-gstreamer-plugin \
--disable-local \
--disable-networkmanager \
+ --disable-device-rebind \
ac_cv_path_XMLTO=no \
"
OpenPOWER on IntegriCloud