added packages: PolicyKit and PackageKit

This commit is contained in:
Anas Nashif 2008-10-31 05:38:53 -07:00
parent 7705e1e77d
commit e265dbee9e
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
HOMEPAGE = "http://www.packagekit.org/"
PR = "r4"
SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz"
DEPENDS = "python polkit pam opkg-sdk"
EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local"
S = "${WORKDIR}/PackageKit-${PV}"
inherit autotools pkgconfig

View File

@ -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
}