mirror of
https://git.yoctoproject.org/poky
synced 2026-04-06 20:02:21 +02:00
policykit-gnome: Add from OE.dev with tweaks and fixed DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
19
meta-moblin/packages/policykit/policykit-gnome_0.9.2.bb
Normal file
19
meta-moblin/packages/policykit/policykit-gnome_0.9.2.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
HOMEPAGE = "http://www.packagekit.org/"
|
||||
DEPENDS = "policykit dbus-glib gconf gtk+"
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-gnome-${PV}.tar.bz2 \
|
||||
"
|
||||
|
||||
EXTRA_OECONF = " --disable-scrollkeeper \
|
||||
--disable-man-pages \
|
||||
--disable-examples \
|
||||
--disable-gtk-doc"
|
||||
|
||||
S = "${WORKDIR}/PolicyKit-gnome-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
FILES_${PN} += " ${datadir}/dbus-1 \
|
||||
${datadir}/PolicyKit \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user