diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:10 -0700 |
| commit | 8f4704b33ae03303753436cb29ebcb2f1d2cf0a7 (patch) | |
| tree | e859af436b134acde98354ed09d4cc2aa8c2cc84 /meta-oe | |
| parent | 38a03ae71497b1f4a4f4ffc3cc5b472bab1f1ae6 (diff) | |
| download | meta-openembedded-8f4704b33ae03303753436cb29ebcb2f1d2cf0a7.tar.gz | |
libusbmuxd: upgrade 2.1.0 -> 2.1.1
Changelog:
==========
- tools: Fix potential issue with select() in case the network fd is higher than the usbmux fd
- Switch to better initializer strategy
- Fix compilation on MSVC
- iproxy: Make sure to print correct socket error messages
- inetcat: Make sure to report correct error messages
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb (renamed from meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb index 747274de1b..5a7548a7e6 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb | |||
| @@ -8,7 +8,7 @@ inherit autotools pkgconfig gitpkgv | |||
| 8 | 8 | ||
| 9 | PKGV = "${GITPKGVTAG}" | 9 | PKGV = "${GITPKGVTAG}" |
| 10 | 10 | ||
| 11 | SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" | 11 | SRCREV = "adf9c22b9010490e4b55eaeb14731991db1c172c" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
