summaryrefslogtreecommitdiffstats
path: root/meta/packages/polkit
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:00 +0000
committerJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:00 +0000
commit3937aefbefda15a65436238a6c6f1485419c914b (patch)
treea87b9f84c197ad8a55331188438a43817cdfa528 /meta/packages/polkit
parent74e5d027b92d8e4df2ee85dc7f9c1e4a7523c845 (diff)
downloadpoky-3937aefbefda15a65436238a6c6f1485419c914b.tar.gz
polkit: Rename polkit to policykit
Diffstat (limited to 'meta/packages/polkit')
-rw-r--r--meta/packages/polkit/polkit_0.9.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/polkit/polkit_0.9.bb b/meta/packages/polkit/polkit_0.9.bb
deleted file mode 100644
index 26b9351c09..0000000000
--- a/meta/packages/polkit/polkit_0.9.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1HOMEPAGE = "http://www.packagekit.org/"
2PR = "r4"
3
4SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
5
6
7DEPENDS = "pam"
8RDEPENDS = "pam"
9EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
10
11S = "${WORKDIR}/PolicyKit-${PV}"
12
13inherit autotools pkgconfig
14
15do_stage() {
16 autotools_stage_all
17}
18