Преглед на файлове

sdbus-c++: Upgrade to 2.1.0 release

Signed-off-by: Thomas Noack <thomas.noack@iris-sensing.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thomas Noack преди 4 седмици
родител
ревизия
af630da51d
променени са 2 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 2 2
      meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb
  2. 2 3
      meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb

+ 2 - 2
meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb → meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb

@@ -8,8 +8,8 @@ inherit cmake
 
 DEPENDS += "expat"
 
-SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
-SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
+SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8"
+SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools"
 
 S = "${WORKDIR}/tools"
 

+ 2 - 3
meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb → meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb

@@ -16,9 +16,8 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS=
 
 DEPENDS += "expat"
 
-PV .= "+git"
-SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
-SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
+SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8"
+SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \
            file://run-ptest"
 
 EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \