This email list is read-only. Emails sent to this list will be discarded
----------------------------------
meta/packages/packagekit/files/no_validate.patch | 21 +++++++++++++++++++++
meta/packages/packagekit/packagekit_0.3.8.bb | 12 ++++++++++++
meta/packages/packkagekit/files/no_validate.patch | 21 ---------------------
meta/packages/packkagekit/packagekit_0.3.8.bb | 12 ------------
meta/packages/policykit/policykit_0.9.bb | 18 ++++++++++++++++++
meta/packages/polkit/polkit_0.9.bb | 18 ------------------
6 files changed, 51 insertions(+), 51 deletions(-)
New commits:
commit 76bf51b126a8e8a4968ff004fbbe2be65620dfe6
Author: Joshua Lock <[EMAIL PROTECTED]>
Date: Tue Nov 4 22:11:58 2008 +0000
packagekit: fix typo in folder name
commit d422ac1c2503960ab05f390d26c911d83a7d4aa9
Merge: 3937aefbefda15a65436238a6c6f1485419c914b
51db60903d2ead36077a2297fbfef0c266bc7ca5
Author: Joshua Lock <[EMAIL PROTECTED]>
Date: Tue Nov 4 22:11:23 2008 +0000
Merge branch 'master' of ssh://[EMAIL PROTECTED]/poky
commit 3937aefbefda15a65436238a6c6f1485419c914b
Author: Joshua Lock <[EMAIL PROTECTED]>
Date: Tue Nov 4 22:11:00 2008 +0000
polkit: Rename polkit to policykit
Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/packagekit/files/no_validate.patch
b/meta/packages/packagekit/files/no_validate.patch
new file mode 100644
index 0000000..f987b56
--- /dev/null
+++ b/meta/packages/packagekit/files/no_validate.patch
@@ -0,0 +1,21 @@
+Index: PackageKit-0.3.8/configure.ac
+===================================================================
+--- PackageKit-0.3.8.orig/configure.ac 2008-11-04 21:37:17.000000000 +0000
++++ PackageKit-0.3.8/configure.ac 2008-11-04 21:37:57.000000000 +0000
+@@ -451,11 +451,11 @@
+ polkit-grant >= $POLKIT_GRANT_REQUIRED)
+ AC_SUBST(POLKIT_CFLAGS)
+ AC_SUBST(POLKIT_LIBS)
+- AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
+- [polkit-policy-file-validate],
[polkit-policy-file-validate])
+- if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
+- AC_MSG_ERROR([polkit-policy-file-validate not found])
+- fi
++ #AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
++ # [polkit-policy-file-validate],
[polkit-policy-file-validate])
++ #if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
++ # AC_MSG_ERROR([polkit-policy-file-validate not found])
++ #fi
+ AC_DEFINE(USE_SECURITY_POLKIT, 1, [if we should use PolicyKit])
+ elif test x$with_security_framework = xdummy; then
+ AC_DEFINE(USE_SECURITY_DUMMY, 1, [if we should use a dummy security
framework])
diff --git a/meta/packages/packagekit/packagekit_0.3.8.bb
b/meta/packages/packagekit/packagekit_0.3.8.bb
new file mode 100644
index 0000000..6b44aea
--- /dev/null
+++ b/meta/packages/packagekit/packagekit_0.3.8.bb
@@ -0,0 +1,12 @@
+HOMEPAGE = "http://www.packagekit.org/"
+PR = "r6"
+
+SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
+ file://no_validate.patch;patch=1 "
+
+DEPENDS = "python polkit pam"
+EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum
--with-default-backend=yum --disable-local --with-security-framework=polkit
--disable-gstreamer-plugin"
+
+S = "${WORKDIR}/PackageKit-${PV}"
+
+inherit autotools pkgconfig
diff --git a/meta/packages/packkagekit/files/no_validate.patch
b/meta/packages/packkagekit/files/no_validate.patch
deleted file mode 100644
index f987b56..0000000
--- a/meta/packages/packkagekit/files/no_validate.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: PackageKit-0.3.8/configure.ac
-===================================================================
---- PackageKit-0.3.8.orig/configure.ac 2008-11-04 21:37:17.000000000 +0000
-+++ PackageKit-0.3.8/configure.ac 2008-11-04 21:37:57.000000000 +0000
-@@ -451,11 +451,11 @@
- polkit-grant >= $POLKIT_GRANT_REQUIRED)
- AC_SUBST(POLKIT_CFLAGS)
- AC_SUBST(POLKIT_LIBS)
-- AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
-- [polkit-policy-file-validate],
[polkit-policy-file-validate])
-- if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
-- AC_MSG_ERROR([polkit-policy-file-validate not found])
-- fi
-+ #AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
-+ # [polkit-policy-file-validate],
[polkit-policy-file-validate])
-+ #if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
-+ # AC_MSG_ERROR([polkit-policy-file-validate not found])
-+ #fi
- AC_DEFINE(USE_SECURITY_POLKIT, 1, [if we should use PolicyKit])
- elif test x$with_security_framework = xdummy; then
- AC_DEFINE(USE_SECURITY_DUMMY, 1, [if we should use a dummy security
framework])
diff --git a/meta/packages/packkagekit/packagekit_0.3.8.bb
b/meta/packages/packkagekit/packagekit_0.3.8.bb
deleted file mode 100644
index 6b44aea..0000000
--- a/meta/packages/packkagekit/packagekit_0.3.8.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-HOMEPAGE = "http://www.packagekit.org/"
-PR = "r6"
-
-SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
- file://no_validate.patch;patch=1 "
-
-DEPENDS = "python polkit pam"
-EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum
--with-default-backend=yum --disable-local --with-security-framework=polkit
--disable-gstreamer-plugin"
-
-S = "${WORKDIR}/PackageKit-${PV}"
-
-inherit autotools pkgconfig
diff --git a/meta/packages/policykit/policykit_0.9.bb
b/meta/packages/policykit/policykit_0.9.bb
new file mode 100644
index 0000000..b2efd58
--- /dev/null
+++ b/meta/packages/policykit/policykit_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 expat dbus-glib"
+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
+}
+
diff --git a/meta/packages/polkit/polkit_0.9.bb
b/meta/packages/polkit/polkit_0.9.bb
deleted file mode 100644
index b2efd58..0000000
--- a/meta/packages/polkit/polkit_0.9.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-HOMEPAGE = "http://www.packagekit.org/"
-PR = "r4"
-
-SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
-
-
-DEPENDS = "pam expat dbus-glib"
-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