mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
12 lines
329 B
BlitzBasic
12 lines
329 B
BlitzBasic
HOMEPAGE = "http://www.packagekit.org/"
|
|
PR = "r4"
|
|
|
|
SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz"
|
|
|
|
DEPENDS = "python polkit pam opkg-sdk"
|
|
EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local"
|
|
|
|
S = "${WORKDIR}/PackageKit-${PV}"
|
|
|
|
inherit autotools pkgconfig
|