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 | |
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')
-rw-r--r-- | meta/packages/policykit/policykit_0.9.bb | 13 | ||||
-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.bb | 9 |
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 eed1c0fa8d..0000000000 --- a/meta/packages/policykit/policykit_0.9.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | HOMEPAGE = "http://www.packagekit.org/" | ||
2 | PR = "r4" | ||
3 | |||
4 | SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" | ||
5 | |||
6 | |||
7 | DEPENDS = "pam expat dbus-glib" | ||
8 | RDEPENDS = "pam" | ||
9 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" | ||
10 | |||
11 | S = "${WORKDIR}/PolicyKit-${PV}" | ||
12 | |||
13 | 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 a4a1ad3599..b10847aa51 100644 --- a/meta/packages/policykit/policykit-gnome_0.9.2.bb +++ b/meta/packages/polkit/polkit-gnome_0.96.bb | |||
@@ -1,15 +1,14 @@ | |||
1 | HOMEPAGE = "http://www.packagekit.org/" | 1 | HOMEPAGE = "http://www.packagekit.org/" |
2 | DEPENDS = "policykit dbus-glib gconf gtk+" | 2 | DEPENDS = "polkit dbus-glib gconf gtk+" |
3 | 3 | ||
4 | SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-gnome-${PV}.tar.bz2 \ | 4 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ |
5 | " | 5 | " |
6 | 6 | ||
7 | EXTRA_OECONF = " --disable-scrollkeeper \ | 7 | EXTRA_OECONF = " --disable-scrollkeeper \ |
8 | --disable-man-pages \ | 8 | --disable-man-pages \ |
9 | --disable-examples \ | 9 | --disable-examples \ |
10 | --disable-gtk-doc" | 10 | --disable-gtk-doc \ |
11 | 11 | --disable-introspection " | |
12 | S = "${WORKDIR}/PolicyKit-gnome-${PV}" | ||
13 | 12 | ||
14 | inherit autotools_stage pkgconfig | 13 | inherit autotools_stage pkgconfig |
15 | 14 | ||
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 @@ | |||
1 | HOMEPAGE = "http://www.packagekit.org/" | ||
2 | |||
3 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" | ||
4 | |||
5 | DEPENDS = "pam expat dbus-glib eggdbus" | ||
6 | RDEPENDS = "pam" | ||
7 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | ||
8 | |||
9 | inherit autotools_stage pkgconfig | ||