blob: a38f53685b5f21398a2ce23ff406d7c21350ff70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
HOMEPAGE = "http://www.packagekit.org/"
PR = "r6"
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"
S = "${WORKDIR}/PackageKit-${PV}"
inherit autotools pkgconfig
|