[oe-commits] Koen Kooi : usbmuxd 1.08: add recipe to talk to iDevices

git at git.openembedded.org git at git.openembedded.org
Fri Aug 31 07:12:35 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: dac61f2ef0ed82d39fdda420c1bd9abd3b4a422f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dac61f2ef0ed82d39fdda420c1bd9abd3b4a422f

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Aug 30 16:25:58 2012 +0200

usbmuxd 1.08: add recipe to talk to iDevices

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-connectivity/usbmuxd/usbmuxd_git.bb    |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
new file mode 100644
index 0000000..bb92941
--- /dev/null
+++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch."
+LICENSE = "GPLv3 & GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \
+                    file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LGPLv2.1;md5=6ab17b41640564434dda85c06b7124f7"
+
+DEPENDS = "udev libusb1"
+
+inherit cmake pkgconfig gitpkgv
+
+PKGV = "${GITPKGVTAG}"
+
+SRCREV = "919587580c5e77f3936f3432115d2e10c7bac7c5"
+SRC_URI = "git://git.sukimashita.com/usbmuxd.git;protocol=http"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${base_libdir}/udev/rules.d/"
+





More information about the Openembedded-commits mailing list