blob: 246fbe95b1636c614ef967e03ac6e8960daebe2a (
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"
PR="r1"
DEPENDS = "pam expat dbus-glib eggdbus intltool"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
inherit autotools pkgconfig
|