diff options
author | Joshua Lock <josh@linux.intel.com> | 2008-11-04 22:11:00 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2008-11-04 22:11:00 +0000 |
commit | 3937aefbefda15a65436238a6c6f1485419c914b (patch) | |
tree | a87b9f84c197ad8a55331188438a43817cdfa528 /meta/packages/policykit | |
parent | 74e5d027b92d8e4df2ee85dc7f9c1e4a7523c845 (diff) | |
download | openembedded-core-3937aefbefda15a65436238a6c6f1485419c914b.tar.gz openembedded-core-3937aefbefda15a65436238a6c6f1485419c914b.tar.bz2 openembedded-core-3937aefbefda15a65436238a6c6f1485419c914b.tar.xz openembedded-core-3937aefbefda15a65436238a6c6f1485419c914b.zip |
polkit: Rename polkit to policykit
Diffstat (limited to 'meta/packages/policykit')
-rw-r--r-- | meta/packages/policykit/policykit_0.9.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/policykit/policykit_0.9.bb b/meta/packages/policykit/policykit_0.9.bb new file mode 100644 index 000000000..26b9351c0 --- /dev/null +++ b/meta/packages/policykit/policykit_0.9.bb @@ -0,0 +1,18 @@ +HOMEPAGE = "http://www.packagekit.org/" +PR = "r4" + +SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" + + +DEPENDS = "pam" +RDEPENDS = "pam" +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 +} + |