diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-09 09:26:25 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-28 16:00:59 -0400 |
commit | 5b94aa82ec9e3385cb66a33684338672ba25c150 (patch) | |
tree | 7d6a99850b75e5e0b2ee7c9dcd669731e19e565b | |
parent | 49b02a060d29f044276cd95c896377d676f2fc1c (diff) | |
download | meta-openembedded-5b94aa82ec9e3385cb66a33684338672ba25c150.tar.gz |
libirecovery: Add missing build dependency on readline
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 99bfb84be3d31c1bde74ea831c2a9404e92c33a5)
Signed-off-by: Armin Kuster <akuster808@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 | ||