diff options
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb new file mode 100644 index 0000000000..91a9b4af2c --- /dev/null +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." | ||
| 2 | LICENSE = "LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" | ||
| 4 | |||
| 5 | DEPENDS = "udev libusb1 libplist libimobiledevice-glue" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig gitpkgv | ||
| 8 | |||
| 9 | PKGV = "${GITPKGVTAG}" | ||
| 10 | PV = "2.0.2+git${SRCPV}" | ||
| 11 | |||
| 12 | SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" | ||
| 13 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | FILES:${PN} += "${base_libdir}/udev/rules.d/" | ||
