diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 20:28:17 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 20:28:17 +0200 |
commit | 0f9da77ecee5318dfae05ef2d00139036447eea7 (patch) | |
tree | 1d928f7c242ab48a1d5a0dcdf445cf5490f5a2a5 /recipes/libgpod | |
parent | 3857d5d3f57831f657dc929fb3040e0f34e8df7a (diff) |
usbmuxd: added dependency on cmake-native
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libgpod')
-rw-r--r-- | recipes/libgpod/usbmuxd_1.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libgpod/usbmuxd_1.0.3.bb b/recipes/libgpod/usbmuxd_1.0.3.bb index 5b3d118bc1..8fe5138d0b 100644 --- a/recipes/libgpod/usbmuxd_1.0.3.bb +++ b/recipes/libgpod/usbmuxd_1.0.3.bb @@ -1,7 +1,8 @@ DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." LICENSE = "GPLv3/GPLv2/LGPLv2.1" +PR = "r1" -DEPENDS = "udev libusb1" +DEPENDS = "udev libusb1 cmake-native" inherit cmake pkgconfig |