diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-09 16:44:47 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-09 17:27:50 -0700 |
| commit | e11f6f584cb6aafc99dad86f6176122897f08219 (patch) | |
| tree | faf6307caed75f381b16428bc675ca056567acca | |
| parent | fba2b872ac79795729e665b5ef1f28118b9caba1 (diff) | |
| download | meta-openembedded-e11f6f584cb6aafc99dad86f6176122897f08219.tar.gz | |
libimobiledevice-glue: SRCREV bump d2ff796..114098d
Changelogs:
==========
Add a scheduled build every 1st of the month so we always have an artifact
Fix compilation on cygwin
Remove plist-related code in favor of new libplist API
Set minimum required libplist version to 2.3.0
autoconf: Automatically derive version number from latest git tag
Add NEWS for release
Add missing include
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb index 7e9299c9f3..b63aabdc0c 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "libplist" | |||
| 10 | 10 | ||
| 11 | PV = "1.0.0+git${SRCPV}" | 11 | PV = "1.0.0+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRCREV = "d2ff7969dcd0a12e4f18f63dab03e6cd03054fcb" | 13 | SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1" |
| 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
