[oe-commits] Andreas Oberritter : libimobiledevice-1.0.0: depend on libtasn1

git version control git at git.openembedded.org
Thu Feb 24 18:06:01 UTC 2011


Module: openembedded.git
Branch: master
Commit: 2cfbab2f0f8e6ec6f173071378871b93d73f640e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2cfbab2f0f8e6ec6f173071378871b93d73f640e

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu Feb 24 18:04:04 2011 +0000

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 at opendreambox.org>

---

 recipes/libgpod/libimobiledevice_1.0.0.bb |    2 +-
 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 8744874..5e98802 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
 





More information about the Openembedded-commits mailing list