[gnome-continuous] Flip mbim and qmi around



commit 1e8352ed8de337be7f8aaea0176ed19b749f65f0
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 29 14:57:19 2018 +0100

    Flip mbim and qmi around
    
    Libqmi can optionally use libmbim, and ModemManager's preferred use case
    is to have features in libqmi built on top of libmbim.

 manifest.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 15d6f8e..1d9e619 100644
--- a/manifest.json
+++ b/manifest.json
@@ -523,11 +523,11 @@
 
                 {"src": "git:https://github.com/jpirko/libndp.git"},
 
-               {"src": "fd:libqmi"},
-
                {"src": "fd:libmbim/libmbim",
                 "name": "libmbim"},
 
+               {"src": "fd:libqmi"},
+
                 {"src": "git:https://github.com/akheron/jansson.git";,
                  "config-opts": ["--disable-documentation", "--enable-shared"],
                  "patches": ["jansson-cmake-buildapi.patch"]},
@@ -1501,7 +1501,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 167,
+       "build-epoch": {"version": 168,
                        "all": false,
-                       "component-names": ["geoclue"]}
+                       "component-names": ["libmbim", "libqmi"]}
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]