[meego-commits] 7951: Changes to MeeGo:1.1:Core/libzypp
Anas Nashif
no_reply at build.meego.com
Wed Sep 29 23:19:01 UTC 2010
Hi,
I have made the following changes to libzypp in project MeeGo:1.1:Core. Please review and accept ASAP.
Thank You,
Anas Nashif
[This message was auto-generated]
---
Request #7951:
submit: MeeGo:1.1:Core:Testing/libzypp(r2) -> MeeGo:1.1:Core/libzypp
Message:
Move to Trunk
State: new 2010-09-29T16:19:01 nashif
Comment: None
changes files:
--------------
--- libzypp.changes
+++ libzypp.changes
@@ -0,0 +1,4 @@
+* Wed Sep 29 2010 Anas Nashif <nashif at linux.intel.com> - 8.1.0
+- Remove menlow and added n900 kernels to multiple version installation
+ config (Partly fixes bmc #7507)
+
old:
----
libzypp-6.29.2-meego.patch
new:
----
libzypp-8.1.0-meego.patch
spec files:
-----------
--- libzypp.spec
+++ libzypp.spec
@@ -27,7 +27,7 @@
Requires: gnupg2
Requires: satsolver-tools
-Patch0: libzypp-6.29.2-meego.patch
+Patch0: libzypp-8.1.0-meego.patch
Patch1: libzypp-log-issue-bug704.patch
Patch2: libzypp-meego-release.patch
Patch3: use_gpg2.patch
other changes:
--------------
++++++ libzypp-8.1.0-meego.patch (new)
--- libzypp-8.1.0-meego.patch
+++ libzypp-8.1.0-meego.patch
+--- a/tools/CMakeLists.txt
++++ b/tools/CMakeLists.txt
+@@ -1,5 +1,5 @@
+
+-ADD_SUBDIRECTORY( package-manager )
++##ADD_SUBDIRECTORY( package-manager )
+
+ INSTALL( FILES notify-message DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/zypp" )
+
+--- a/zypp.conf
++++ b/zypp.conf
+@@ -217,6 +217,7 @@
+ ## some sane default.
+ ##
+ ## commit.downloadMode =
++commit.downloadMode = DownloadInAdvance
+
+ ##
+ ## Defining directory which contains vendor description files.
+@@ -326,6 +327,7 @@
+ ## empty
+ ##
+ # multiversion = provides:multiversion(kernel)
++multiversion = kernel-ivi,kernel-netbook,kernel-mrst,kernel-n900
+
+ ##
+ ## Path to locks file. If not exist then is create.
+--- a/zypp/CMakeLists.txt
++++ b/zypp/CMakeLists.txt
+@@ -3,6 +3,7 @@
+ ####################################################################
+
+ ADD_DEFINITIONS(-DLOCALEDIR="${CMAKE_INSTALL_PREFIX}/share/locale" -DTEXTDOMAIN="zypp" )
++ADD_DEFINITIONS(-DNO_HAL)
+
+ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
+ #FILE(WRITE filename "message to write"... )
++++++ deleted files:
--- libzypp-6.29.2-meego.patch
More information about the MeeGo-commits
mailing list