From: Anas Nashif Date: Fri, 31 Oct 2008 12:38:53 +0000 (-0700) Subject: added packages: PolicyKit and PackageKit X-Git-Tag: 2011-1~7882 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e265dbee9ecc88cdc41ba69e00a8edfdf1c4ccf1;p=openembedded-core.git added packages: PolicyKit and PackageKit --- diff --git a/meta/packages/packkagekit/packagekit_0.3.8.bb b/meta/packages/packkagekit/packagekit_0.3.8.bb new file mode 100644 index 0000000000..ccac51c01f --- /dev/null +++ b/meta/packages/packkagekit/packagekit_0.3.8.bb @@ -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 diff --git a/meta/packages/polkit/polkit_0.9.bb b/meta/packages/polkit/polkit_0.9.bb new file mode 100644 index 0000000000..26b9351c09 --- /dev/null +++ b/meta/packages/polkit/polkit_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 +} +