diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 21:40:25 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 21:40:25 +0000 |
| commit | 63c279ef55553c73e9ba1aa65ac1e054c2bc0e4c (patch) | |
| tree | ef88f667080fd6390399e510a1952bc1e81de197 /meta/packages/policykit | |
| parent | 8a7ecd59c7f7507767e238b268ead536b961632a (diff) | |
| download | poky-63c279ef55553c73e9ba1aa65ac1e054c2bc0e4c.tar.gz | |
Move check, policykit and xerces-c to meta-moblin
Diffstat (limited to 'meta/packages/policykit')
| -rw-r--r-- | meta/packages/policykit/policykit_0.9.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/policykit/policykit_0.9.bb b/meta/packages/policykit/policykit_0.9.bb deleted file mode 100644 index b2efd58328..0000000000 --- a/meta/packages/policykit/policykit_0.9.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://www.packagekit.org/" | ||
| 2 | PR = "r4" | ||
| 3 | |||
| 4 | SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" | ||
| 5 | |||
| 6 | |||
| 7 | DEPENDS = "pam expat dbus-glib" | ||
| 8 | RDEPENDS = "pam" | ||
| 9 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/PolicyKit-${PV}" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | do_stage() { | ||
| 16 | autotools_stage_all | ||
| 17 | } | ||
| 18 | |||
