diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 15:20:02 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 15:20:02 +0000 |
commit | c18b2b599b9e1e0d63bdacb2ade1ed4fbf49b317 (patch) | |
tree | f1b69f1c735719ee758e6ff2348e374fa2a96105 /meta/packages/polkit/polkit-gnome_0.96.bb | |
parent | ecc9880c9d05dbe73b7f50946401d96e187c979a (diff) | |
download | poky-c18b2b599b9e1e0d63bdacb2ade1ed4fbf49b317.tar.gz |
policykit: Rename to polkit to match upstream and upgrade
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/polkit/polkit-gnome_0.96.bb')
-rw-r--r-- | meta/packages/polkit/polkit-gnome_0.96.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/polkit/polkit-gnome_0.96.bb b/meta/packages/polkit/polkit-gnome_0.96.bb new file mode 100644 index 0000000000..b10847aa51 --- /dev/null +++ b/meta/packages/polkit/polkit-gnome_0.96.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | HOMEPAGE = "http://www.packagekit.org/" | ||
2 | DEPENDS = "polkit dbus-glib gconf gtk+" | ||
3 | |||
4 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ | ||
5 | " | ||
6 | |||
7 | EXTRA_OECONF = " --disable-scrollkeeper \ | ||
8 | --disable-man-pages \ | ||
9 | --disable-examples \ | ||
10 | --disable-gtk-doc \ | ||
11 | --disable-introspection " | ||
12 | |||
13 | inherit autotools_stage pkgconfig | ||
14 | |||
15 | FILES_${PN} += " ${datadir}/dbus-1 \ | ||
16 | ${datadir}/PolicyKit \ | ||
17 | " | ||
18 | |||