generic-poky/meta/recipes-extended/polkit/polkit-gnome_0.96.bb
Saul Wold 784f0cfee7 polkit-gnome: added LICENSE field
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30 10:21:12 -07:00

20 lines
514 B
BlitzBasic

HOMEPAGE = "http://www.packagekit.org/"
DEPENDS = "polkit dbus-glib gconf gtk+"
LICENSE = "LGPLv2+"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
"
EXTRA_OECONF = " --disable-scrollkeeper \
--disable-man-pages \
--disable-examples \
--disable-gtk-doc \
--disable-introspection "
inherit autotools pkgconfig
FILES_${PN} += " ${datadir}/dbus-1 \
${datadir}/PolicyKit \
"