diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-09 09:26:25 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-09 10:12:44 -0700 |
| commit | 99bfb84be3d31c1bde74ea831c2a9404e92c33a5 (patch) | |
| tree | 99c462d9e6d2fde8599a76373cfdeb870d7d96e9 | |
| parent | c7504645e2c1fa7690a91d73e2365d2eddf0939e (diff) | |
| download | meta-openembedded-99bfb84be3d31c1bde74ea831c2a9404e92c33a5.tar.gz | |
libirecovery: Add missing build dependency on readline
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 e3da1819b2..dcce524246 100644 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 6 | 6 | ||
| 7 | HOMEPAGE = "http://www.libimobiledevice.org/" | 7 | HOMEPAGE = "http://www.libimobiledevice.org/" |
| 8 | 8 | ||
| 9 | DEPENDS = "libimobiledevice-glue libusb1" | 9 | DEPENDS = "libimobiledevice-glue libusb1 readline" |
| 10 | 10 | ||
| 11 | PV = "1.0.1+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
| 12 | 12 | ||
