[oe-commits] Koen Kooi : usbmuxd: add 1.0.3

git version control git at git.openembedded.org
Thu Mar 25 22:27:09 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: e46db08d8b07104d1e38f12d500491b4cd3ce683
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e46db08d8b07104d1e38f12d500491b4cd3ce683

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

usbmuxd: add 1.0.3

---

 recipes/libgpod/usbmuxd_1.0.3.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/libgpod/usbmuxd_1.0.3.bb b/recipes/libgpod/usbmuxd_1.0.3.bb
new file mode 100644
index 0000000..5b3d118
--- /dev/null
+++ b/recipes/libgpod/usbmuxd_1.0.3.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch."
+LICENSE = "GPLv3/GPLv2/LGPLv2.1"
+
+DEPENDS = "udev libusb1"
+
+inherit cmake pkgconfig
+
+SRC_URI = "http://marcansoft.com/uploads/usbmuxd/usbmuxd-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "a29d017c092ecd76025eef3d01517221"
+SRC_URI[archive.sha256sum] = "33cc53afdd20bdfe24e9efcf1b094b7ed0b58908cacf6acd75d4e885a868f8e9"
+
+# Yes, /lib, not ${base_libdir}, see udev recipe
+FILES_${PN} += "/lib/udev/rules.d/"
+





More information about the Openembedded-commits mailing list