This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
Rebased ref, commits from common ancestor:
commit d487daccd674a5e886a97d2d1656d18f2b3effb0
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Fri Oct 31 13:04:01 2008 +0000

    base.bbclass: Add missing import bb

commit e265dbee9ecc88cdc41ba69e00a8edfdf1c4ccf1
Author: Anas Nashif <[EMAIL PROTECTED]>
Date:   Fri Oct 31 05:38:53 2008 -0700

    added packages: PolicyKit and PackageKit

commit 7705e1e77d1ed3cb74fa4c8d178fe3fded8e6db7
Author: Anas Nashif <[EMAIL PROTECTED]>
Date:   Fri Oct 31 05:34:20 2008 -0700

    New package: pam


Diff in this email is a maximum of 400 lines.
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 623bd79..b9bb499 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -726,6 +726,7 @@ def base_get_metadata_svn_revision(d):
        return revision
 
 def generate_git_config(e):
+        import bb
         from bb import data
 
         if data.getVar('GIT_CORE_CONFIG', e.data, True):
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 0000000..ccac51c
--- /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/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
new file mode 100644
index 0000000..cd56910
--- /dev/null
+++ b/meta/packages/pam/pam_1.0.2.bb
@@ -0,0 +1,18 @@
+HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/";
+PR = "r4"
+
+SRC_URI = 
"http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2";
+
+EXTRA_OECONF = "--with-db-uniquename=_pam \
+                 --includedir=${includedir}/security"
+DEPENDS = "bison flex"
+CFLAGS_append = " -fPIC "
+
+S = "${WORKDIR}/Linux-PAM-${PV}"
+
+inherit autotools pkgconfig
+
+
+do_stage() {
+        autotools_stage_all
+}
diff --git a/meta/packages/polkit/polkit_0.9.bb 
b/meta/packages/polkit/polkit_0.9.bb
new file mode 100644
index 0000000..26b9351
--- /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
+}
+
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to