diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-18 20:03:45 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:33 +0000 |
| commit | 433447c858984cb5191ad00b5648ed568cf8e7fb (patch) | |
| tree | 79429f982535fa8f2c105990a1b6d08f5135a81e | |
| parent | db3ce4f7f6ede7430efca3550373c2584b5a1703 (diff) | |
| download | poky-433447c858984cb5191ad00b5648ed568cf8e7fb.tar.gz | |
polkit-gnome: Upgrade to version 0.99
Fixed its metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
| -rw-r--r-- | meta/recipes-extended/polkit/polkit-gnome_0.96.bb | 19 | ||||
| -rw-r--r-- | meta/recipes-extended/polkit/polkit-gnome_0.99.bb | 27 |
2 files changed, 27 insertions, 19 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.96.bb b/meta/recipes-extended/polkit/polkit-gnome_0.96.bb deleted file mode 100644 index 50387f3505..0000000000 --- a/meta/recipes-extended/polkit/polkit-gnome_0.96.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://www.packagekit.org/" | ||
| 2 | DEPENDS = "polkit dbus-glib gconf gtk+" | ||
| 3 | LICENSE = "LGPLv2+" | ||
| 4 | |||
| 5 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | EXTRA_OECONF = " --disable-scrollkeeper \ | ||
| 9 | --disable-man-pages \ | ||
| 10 | --disable-examples \ | ||
| 11 | --disable-gtk-doc \ | ||
| 12 | --disable-introspection " | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | FILES_${PN} += " ${datadir}/dbus-1 \ | ||
| 17 | ${datadir}/PolicyKit \ | ||
| 18 | " | ||
| 19 | |||
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.99.bb b/meta/recipes-extended/polkit/polkit-gnome_0.99.bb new file mode 100644 index 0000000000..f4fb337f31 --- /dev/null +++ b/meta/recipes-extended/polkit/polkit-gnome_0.99.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] = "f1a2565083266bc8c05c60aa7d8a0f6a" | ||
| 27 | SRC_URI[sha256sum] = "73c4d04aa89d9a9687f3650327c0ec1cba704e9d5b7fc193958fa81d621208ba" | ||
