From: Andreas Oberritter Date: Thu, 24 Feb 2011 18:04:04 +0000 (+0000) Subject: libimobiledevice-1.0.0: depend on libtasn1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfbab2f0f8e6ec6f173071378871b93d73f640e;p=openembedded.git 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 --- 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