mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
1a3d9a8ef4
commit
7a65492190
@@ -3,18 +3,18 @@ SECTION = "libs"
|
|||||||
LICENSE = "GPL-2.0+"
|
LICENSE = "GPL-2.0+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
DEPENDS = "gtk+ python polkit dbus dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native"
|
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
|
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://configurefix.patch \
|
||||||
file://opkgfixes.patch \
|
file://opkgfixes.patch \
|
||||||
file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \
|
file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "6c8d9c48e21b82abeea15c3fd5066242"
|
SRC_URI[archive.md5sum] = "33a3127e9ed41e26671786aee9fe56ff"
|
||||||
SRC_URI[archive.sha256sum] = "0eafd1be5516a41ebc0f0c3acff0b0763da105a4178b5eee0ff16d66ccd04408"
|
SRC_URI[archive.sha256sum] = "8dae41493dfb011442746d252b3435bf3204e17bf7c47e396f90fbd215260e14"
|
||||||
|
|
||||||
S = "${WORKDIR}/PackageKit-${PV}"
|
S = "${WORKDIR}/PackageKit-${PV}"
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@ EXTRA_OECONF = "--with-security-framework=dummy \
|
|||||||
--disable-gstreamer-plugin \
|
--disable-gstreamer-plugin \
|
||||||
--disable-local \
|
--disable-local \
|
||||||
--disable-networkmanager \
|
--disable-networkmanager \
|
||||||
|
--disable-device-rebind \
|
||||||
ac_cv_path_XMLTO=no \
|
ac_cv_path_XMLTO=no \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user