diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-02 12:17:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-02 12:17:36 +0100 |
commit | 54d6feaee525858c0222045530bd873eb227bf5a (patch) | |
tree | 2b15472439c01440d152c5c19b79a6a39aacf1ef /packages/policykit | |
parent | a35d1d02f9c3d22985ebe3be358eb75f218e7796 (diff) |
policykit: add 0.9 from poky
Diffstat (limited to 'packages/policykit')
-rw-r--r-- | packages/policykit/policykit_0.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/policykit/policykit_0.9.bb b/packages/policykit/policykit_0.9.bb new file mode 100644 index 0000000000..38d86afe64 --- /dev/null +++ b/packages/policykit/policykit_0.9.bb @@ -0,0 +1,19 @@ +HOMEPAGE = "http://www.packagekit.org/" +DEPENDS = "libpam expat dbus-glib" + +SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-${PV}.tar.gz" + +EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" + +S = "${WORKDIR}/PolicyKit-${PV}" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += " ${datadir}/dbus-1 \ + ${datadir}/PolicyKit \ + " + |