From 0f9da77ecee5318dfae05ef2d00139036447eea7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 18 Aug 2010 20:28:17 +0200 Subject: [PATCH] usbmuxd: added dependency on cmake-native Signed-off-by: Frans Meulenbroeks --- recipes/libgpod/usbmuxd_1.0.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5