]> code.ossystems Code Review - openembedded-core.git/commitdiff
added packages: PolicyKit and PackageKit
authorAnas Nashif <nashif@moblin-build9.jf.intel.com>
Fri, 31 Oct 2008 12:38:53 +0000 (05:38 -0700)
committerAnas Nashif <nashif@moblin-build9.jf.intel.com>
Fri, 31 Oct 2008 12:38:53 +0000 (05:38 -0700)
meta/packages/packkagekit/packagekit_0.3.8.bb [new file with mode: 0644]
meta/packages/polkit/polkit_0.9.bb [new file with mode: 0644]

diff --git a/meta/packages/packkagekit/packagekit_0.3.8.bb b/meta/packages/packkagekit/packagekit_0.3.8.bb
new file mode 100644 (file)
index 0000000..ccac51c
--- /dev/null
@@ -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 (file)
index 0000000..26b9351
--- /dev/null
@@ -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
+}
+