diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-10 06:31:57 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-10 06:33:14 -0700 |
| commit | 021f16504a6081f4acc164f941630d3ddca34533 (patch) | |
| tree | cf6a1ef7b424d0f7a900c3bc85baac8887141bda | |
| parent | 44c93d05579ac5c8f2c46f2a0f7c27703c2bb6c9 (diff) | |
| download | meta-openembedded-021f16504a6081f4acc164f941630d3ddca34533.tar.gz | |
idevicerestore: Update to latest on master branch
Needed to pick fixes to build with latest libplist
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb index d7c76a5971..2a0a129fee 100644 --- a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb +++ b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue opens | |||
| 10 | 10 | ||
| 11 | PV = "1.0.1+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRCREV = "7d622d916be16f2df5a72bf53a42f3a326bbfaa4" | 13 | SRCREV = "163a1647dedb7ca4656c0f072e4733573f9f982b" |
| 14 | SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
