1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 03:40:18 +00:00
Files
Richard Purdie 2f280c1681 packagekit: Use 0.5.6 and gnome-packagekit 2.28.2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-29 15:22:36 +00:00

14 lines
440 B
Diff

Index: PackageKit-0.6.0/configure.ac
===================================================================
--- PackageKit-0.6.0.orig/configure.ac 2010-01-04 16:32:18.000000000 +0000
+++ PackageKit-0.6.0/configure.ac 2010-01-29 11:33:48.000000000 +0000
@@ -90,7 +90,7 @@
enable_strict=$default_strict)
if test x$enable_strict != xno; then
if test "$GCC" = "yes"; then
- WARNINGFLAGS_CPP="$WARNINGFLAGS_CPP -Werror"
+ :
fi
fi