mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
14 lines
335 B
BlitzBasic
14 lines
335 B
BlitzBasic
HOMEPAGE = "http://www.packagekit.org/"
|
|
PR = "r4"
|
|
|
|
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
|
|
|
|
|
|
DEPENDS = "pam expat dbus-glib"
|
|
RDEPENDS = "pam"
|
|
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
|
|
|
|
S = "${WORKDIR}/PolicyKit-${PV}"
|
|
|
|
inherit autotools_stage pkgconfig
|