diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-19 13:44:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-20 09:28:04 -0700 |
| commit | ff818f9070391f5f55bcc644b4b924c6f79672e6 (patch) | |
| tree | 17efce18f6c48bfbb623e0aff96e1f4e7a3f50ee | |
| parent | e3842d84c155c8bbdd0771fa0e41483ace9d656b (diff) | |
| download | meta-openembedded-ff818f9070391f5f55bcc644b4b924c6f79672e6.tar.gz | |
boost-sml: upgrade 1.1.9 -> 1.1.11
Changelog:
==========
Bug Fixes
---------
MSVC typename
Additions
--------
[performance] switch as defult dispatch_policy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb (renamed from meta-oe/recipes-support/boost-sml/boost-sml_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb index 378be1a8eb..a48195a15d 100644 --- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb +++ b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb | |||
| @@ -8,10 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 8 | 8 | ||
| 9 | DEPENDS += "boost qemu-native" | 9 | DEPENDS += "boost qemu-native" |
| 10 | 10 | ||
| 11 | PV = "1.1.9" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" |
| 14 | SRCREV = "751b6f10b73c086e0e8850a7ef5b5aea2136831b" | 12 | SRCREV = "b7df6180d20422b2724d26007aebb24066f2a6a9" |
| 15 | 13 | ||
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
