[oe-commits] Frans Meulenbroeks : Revert "usbmuxd: added dependency on cmake-native"

git version control git at git.openembedded.org
Thu Aug 19 20:21:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aa6d8dab70bac0b0079f4ab217d549f7830ef008
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa6d8dab70bac0b0079f4ab217d549f7830ef008

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Aug 19 22:19:52 2010 +0200

Revert "usbmuxd: added dependency on cmake-native"

This reverts commit 0f9da77ecee5318dfae05ef2d00139036447eea7.
inherit cmake already adds a depends on cmake-native
so as discussed on the OE mailing list reverting the change
next patch will bump PR to avoid that it is lowered by the revert

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libgpod/usbmuxd_1.0.3.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/libgpod/usbmuxd_1.0.3.bb b/recipes/libgpod/usbmuxd_1.0.3.bb
index 8fe5138..5b3d118 100644
--- a/recipes/libgpod/usbmuxd_1.0.3.bb
+++ b/recipes/libgpod/usbmuxd_1.0.3.bb
@@ -1,8 +1,7 @@
 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 cmake-native"
+DEPENDS = "udev libusb1"
 
 inherit cmake pkgconfig
 





More information about the Openembedded-commits mailing list