diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-11-30 07:24:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:18:09 +0000 |
commit | 67d7e8da987ffa26ef3507f54d598b1e84df9fca (patch) | |
tree | ee82a3693d6ed2aa8df56f07bce3c1fa1ed12c3c /meta/recipes-extended/polkit/polkit-gnome_0.102.bb | |
parent | a76c9cade3dcdd7dcdbe3a7bf50f3d6e16731ddf (diff) | |
download | poky-67d7e8da987ffa26ef3507f54d598b1e84df9fca.tar.gz |
polkit-gnome: Upgrade to 0.102
(From OE-Core rev: 40c5111554bb685f9240174ad9067c4749088649)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-gnome_0.102.bb')
-rw-r--r-- | meta/recipes-extended/polkit/polkit-gnome_0.102.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb new file mode 100644 index 0000000000..487e7451bf --- /dev/null +++ b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SUMMARY = "GNOME Authentication Agent for PolicyKit" | ||
2 | DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" | ||
3 | HOMEPAGE = "http://www.packagekit.org/" | ||
4 | BUGTRACKER = "http://bugzilla.gnome.org/" | ||
5 | DEPENDS = "polkit dbus-glib gconf gtk+" | ||
6 | LICENSE = "LGPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ | ||
8 | file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795" | ||
9 | |||
10 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ | ||
11 | " | ||
12 | |||
13 | PR = "r0" | ||
14 | |||
15 | EXTRA_OECONF = " --disable-scrollkeeper \ | ||
16 | --disable-man-pages \ | ||
17 | --disable-examples \ | ||
18 | --disable-gtk-doc \ | ||
19 | --disable-introspection " | ||
20 | |||
21 | inherit autotools pkgconfig | ||
22 | |||
23 | FILES_${PN} += " ${datadir}/dbus-1 \ | ||
24 | ${datadir}/PolicyKit \ | ||
25 | " | ||
26 | SRC_URI[md5sum] = "f6b485ffd7bd605af815fd2747180481" | ||
27 | SRC_URI[sha256sum] = "81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11" | ||