diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-25 13:36:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-25 17:19:35 +0100 |
commit | e46db08d8b07104d1e38f12d500491b4cd3ce683 (patch) | |
tree | b5dffcc85fec95a1561c71f4cd8bd7a8b1b04064 /recipes | |
parent | 67daba1097450f8a00e560457d4da1e976a9a2e0 (diff) |
usbmuxd: add 1.0.3
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 0000000000..5b3d118bc1 --- /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/" + |