summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/packages/policykit/policykit_0.9.bb13
-rw-r--r--meta/packages/polkit/polkit-gnome_0.96.bb (renamed from meta/packages/policykit/policykit-gnome_0.9.2.bb)9
-rw-r--r--meta/packages/polkit/polkit_0.96.bb9
3 files changed, 13 insertions, 18 deletions
diff --git a/meta/packages/policykit/policykit_0.9.bb b/meta/packages/policykit/policykit_0.9.bb
deleted file mode 100644
index eed1c0fa8..000000000
--- a/meta/packages/policykit/policykit_0.9.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-HOMEPAGE = "http://www.packagekit.org/"
-PR = "r4"
-
-SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
-
-
-DEPENDS = "pam expat dbus-glib"
-RDEPENDS = "pam"
-EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
-
-S = "${WORKDIR}/PolicyKit-${PV}"
-
-inherit autotools_stage pkgconfig
diff --git a/meta/packages/policykit/policykit-gnome_0.9.2.bb b/meta/packages/polkit/polkit-gnome_0.96.bb
index a4a1ad359..b10847aa5 100644
--- a/meta/packages/policykit/policykit-gnome_0.9.2.bb
+++ b/meta/packages/polkit/polkit-gnome_0.96.bb
@@ -1,15 +1,14 @@
HOMEPAGE = "http://www.packagekit.org/"
-DEPENDS = "policykit dbus-glib gconf gtk+"
+DEPENDS = "polkit dbus-glib gconf gtk+"
-SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-gnome-${PV}.tar.bz2 \
+SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
"
EXTRA_OECONF = " --disable-scrollkeeper \
--disable-man-pages \
--disable-examples \
- --disable-gtk-doc"
-
-S = "${WORKDIR}/PolicyKit-gnome-${PV}"
+ --disable-gtk-doc \
+ --disable-introspection "
inherit autotools_stage pkgconfig
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