libimobiledevice-1.0.0: depend on libtasn1
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 24 Feb 2011 18:04:04 +0000 (18:04 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 24 Feb 2011 18:04:04 +0000 (18:04 +0000)
* 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>
recipes/libgpod/libimobiledevice_1.0.0.bb

index 8744874..5e98802 100644 (file)
@@ -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