summaryrefslogtreecommitdiff
path: root/meta/packages/polkit
diff options
context:
space:
mode:
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 000000000..b10847aa5
--- /dev/null
+++ b/meta/packages/polkit/polkit-gnome_0.96.bb
@@ -0,0 +1,18 @@
+HOMEPAGE = "http://www.packagekit.org/"
+DEPENDS = "polkit dbus-glib gconf gtk+"
+
+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_stage pkgconfig
+
+FILES_${PN} += " ${datadir}/dbus-1 \
+ ${datadir}/PolicyKit \
+ "
+
diff --git a/meta/packages/polkit/polkit_0.96.bb b/meta/packages/polkit/polkit_0.96.bb
new file mode 100644
index 000000000..4b9ead854
--- /dev/null
+++ b/meta/packages/polkit/polkit_0.96.bb
@@ -0,0 +1,9 @@
+HOMEPAGE = "http://www.packagekit.org/"
+
+SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
+
+DEPENDS = "pam expat dbus-glib eggdbus"
+RDEPENDS = "pam"
+EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
+
+inherit autotools_stage pkgconfig