[oe-commits] Koen Kooi : libimobiledevice: add 1.0.0

git version control git at git.openembedded.org
Thu Mar 25 16:44:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ba324cf2d74d3da92be2c688a7ca6a984937e38
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ba324cf2d74d3da92be2c688a7ca6a984937e38

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar 25 13:37:08 2010 +0100

libimobiledevice: add 1.0.0

---

 recipes/libgpod/libimobiledevice_1.0.0.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/libgpod/libimobiledevice_1.0.0.bb b/recipes/libgpod/libimobiledevice_1.0.0.bb
new file mode 100644
index 0000000..8744874
--- /dev/null
+++ b/recipes/libgpod/libimobiledevice_1.0.0.bb
@@ -0,0 +1,23 @@
+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"
+
+inherit autotools
+
+SRC_URI = "http://cloud.github.com/downloads/MattColyer/libiphone/libimobiledevice-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "c86584080eae622c6da1782fc9bb39aa"
+SRC_URI[archive.sha256sum] = "1620ed57441f1fb6a5f62ab4579213a0b1193f301a4c198ac1d013dd62eff480"
+
+# needed for configure
+export HOST_SYS
+export BUILD_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
+
+EXTRA_OECONF = " --without-swig "
+
+do_configure_prepend() {
+	sed -i -e /SWIG_PYTHON/d ${S}/configure.ac
+}
+





More information about the Openembedded-commits mailing list