diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/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 000000000..bb9294191 --- /dev/null +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." | ||
2 | LICENSE = "GPLv3 & GPLv2 & LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \ | ||
4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
5 | file://COPYING.LGPLv2.1;md5=6ab17b41640564434dda85c06b7124f7" | ||
6 | |||
7 | DEPENDS = "udev libusb1" | ||
8 | |||
9 | inherit cmake pkgconfig gitpkgv | ||
10 | |||
11 | PKGV = "${GITPKGVTAG}" | ||
12 | |||
13 | SRCREV = "919587580c5e77f3936f3432115d2e10c7bac7c5" | ||
14 | SRC_URI = "git://git.sukimashita.com/usbmuxd.git;protocol=http" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | FILES_${PN} += "${base_libdir}/udev/rules.d/" | ||
19 | |||