[oe-commits] Sebastian Krzyszkowiak : packagekit: add 0.5.1 recipe

git version control git at git.openembedded.org
Tue Aug 11 20:42:35 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 5c0a68509e8234946c7775a21eaa8e16db300837
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c0a68509e8234946c7775a21eaa8e16db300837

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Aug 11 15:28:37 2009 +0000

packagekit: add 0.5.1 recipe

---

 .../{packagekit_0.4.6.bb => packagekit_0.5.1.bb}   |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/recipes/packagekit/packagekit_0.4.6.bb b/recipes/packagekit/packagekit_0.5.1.bb
similarity index 81%
rename from recipes/packagekit/packagekit_0.4.6.bb
rename to recipes/packagekit/packagekit_0.5.1.bb
index d1d2b51..6a58518 100644
--- a/recipes/packagekit/packagekit_0.4.6.bb
+++ b/recipes/packagekit/packagekit_0.5.1.bb
@@ -2,17 +2,14 @@ DESCRIPTION = "PackageKit package management abstraction"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
-DEPENDS = "gtk+ python cppunit policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
+DEPENDS = "gtk+ python cppunit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
 RDEPENDS_${PN} = "${IPKG_VARIANT}"
 
 inherit gnome autotools_stage
 
-SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \
-           file://no_validate.patch;patch=1 \
-           file://opkg-fix-includes.diff;patch=1 \
-           file://opkg-fix-declarations.diff;patch=1 "
+SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz"
 
-PR = "r2"
+PR = "r0"
 PE = "1"
 
 S = "${WORKDIR}/PackageKit-${PV}"
@@ -20,10 +17,12 @@ S = "${WORKDIR}/PackageKit-${PV}"
 EXTRA_OECONF = "--with-security-framework=dummy \
                 --with-default-backend=opkg \
                 --enable-opkg \
+                --enable-dummy \
                 --disable-tests \
                 --disable-qt \
                 --disable-gstreamer-plugin \
                 --disable-local  \
+                --disable-strict \
                 ac_cv_path_XMLTO=no \
                 "
 
@@ -31,7 +30,7 @@ EXTRA_OECONF = "--with-security-framework=dummy \
 do_configure_prepend() {
 	mkdir -p m4
 	echo "EXTRA_DIST=" > gtk-doc.make
-	sed -i -e s:0\.1\.5:0\.1\.6:g -e /Werror/d configure.ac
+        sed -i -e s:0\.1\.5:0\.1\.6:g configure.ac
 }
 
 do_configure_append() {





More information about the Openembedded-commits mailing list