* 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>
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