blob: 4b9ead8545c6f8dee8a5bef0b2ddf55feb57fb8f (
plain)
1
2
3
4
5
6
7
8
9
|
HOMEPAGE = "http://www.packagekit.org/"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
DEPENDS = "pam expat dbus-glib eggdbus"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
inherit autotools_stage pkgconfig
|