diff options
author | Potin Lai <potin.lai.pt@gmail.com> | 2022-08-26 01:32:24 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-27 07:37:45 -0700 |
commit | c710cbe830ffefa874e77f2e89a4f02f608f1c33 (patch) | |
tree | 4d989eb60793c413f4c727970df303faef7ba5c2 | |
parent | 683950e57991d2c76e489a890f1fbe0be8f4191d (diff) | |
download | meta-openembedded-c710cbe830ffefa874e77f2e89a4f02f608f1c33.tar.gz |
libirecovery: SRCREV bump e190945..ab5b4d8
Changelogs:
==========
ab5b4d8 Introduce non-persistent setenvnp command
17c02be Updated .gitignore
6e68ca7 Add device ID for macOS 12 Apple Silicon VMs
82d2357 Updated README with pkg-config requirement
c42442a Add Studio Display (device lookup)
ae49507 Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault rename
Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb index c36837aca7..e3da1819b2 100644 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libimobiledevice-glue libusb1" | |||
10 | 10 | ||
11 | PV = "1.0.1+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
12 | 12 | ||
13 | SRCREV = "e19094594552b7bed60418ffe6f46f455e6bb78f" | 13 | SRCREV = "ab5b4d8d4c0e90c05d80f80c7e99a6516de9b5c6" |
14 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |