summaryrefslogtreecommitdiffstats
path: root/meta/packages/polkit
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-29 15:20:02 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-29 15:20:02 +0000
commitc18b2b599b9e1e0d63bdacb2ade1ed4fbf49b317 (patch)
treef1b69f1c735719ee758e6ff2348e374fa2a96105 /meta/packages/polkit
parentecc9880c9d05dbe73b7f50946401d96e187c979a (diff)
downloadpoky-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')
-rw-r--r--meta/packages/polkit/polkit-gnome_0.96.bb18
-rw-r--r--meta/packages/polkit/polkit_0.96.bb9
2 files changed, 27 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 @@
1HOMEPAGE = "http://www.packagekit.org/"
2DEPENDS = "polkit dbus-glib gconf gtk+"
3
4SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
5 "
6
7EXTRA_OECONF = " --disable-scrollkeeper \
8 --disable-man-pages \
9 --disable-examples \
10 --disable-gtk-doc \
11 --disable-introspection "
12
13inherit autotools_stage pkgconfig
14
15FILES_${PN} += " ${datadir}/dbus-1 \
16 ${datadir}/PolicyKit \
17 "
18
diff --git a/meta/packages/polkit/polkit_0.96.bb b/meta/packages/polkit/polkit_0.96.bb
new file mode 100644
index 0000000000..4b9ead8545
--- /dev/null
+++ b/meta/packages/polkit/polkit_0.96.bb
@@ -0,0 +1,9 @@
1HOMEPAGE = "http://www.packagekit.org/"
2
3SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
4
5DEPENDS = "pam expat dbus-glib eggdbus"
6RDEPENDS = "pam"
7EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
8
9inherit autotools_stage pkgconfig