aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-02-24 18:04:04 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-02-24 18:04:04 +0000
commit2cfbab2f0f8e6ec6f173071378871b93d73f640e (patch)
tree9a5e6723636f76973123c2bff733d112c8ea875f
parent9be60082fb7d283cf96d1d5f42e16e059d085bd7 (diff)
downloadopenembedded-2cfbab2f0f8e6ec6f173071378871b93d73f640e.tar.gz
libimobiledevice-1.0.0: depend on libtasn1
* Fixes the following error: | checking for libtasn1... configure: error: Package requirements (libtasn1 >= 1.1) were not met: | | No package 'libtasn1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables libtasn1_CFLAGS | and libtasn1_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | NOTE: package libimobiledevice-1.0.0-r0: task do_configure: Failed Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--recipes/libgpod/libimobiledevice_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libgpod/libimobiledevice_1.0.0.bb b/recipes/libgpod/libimobiledevice_1.0.0.bb
index 8744874f19..5e988024e4 100644
--- a/recipes/libgpod/libimobiledevice_1.0.0.bb
+++ b/recipes/libgpod/libimobiledevice_1.0.0.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A protocol library to access an iPhone or iPod Touch in Linux"
LICENSE = "GPLv2/LGPLv2.1"
-DEPENDS = "libplist swig usbmuxd glib-2.0 gnutls libgcrypt"
+DEPENDS = "libplist swig usbmuxd glib-2.0 gnutls libgcrypt libtasn1"
inherit autotools