From 0f3ea35f1752507ab662b2e9156713ce4468af32 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 16 Mar 2013 09:12:56 +0100 Subject: [PATCH] gpsd: Make sure the chrpath-native is built before packaging gpsd --- recipes-extra/gpsd/gpsd_3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/gpsd/gpsd_3.7.bb b/recipes-extra/gpsd/gpsd_3.7.bb index a2e7c9e..18314c9 100644 --- a/recipes-extra/gpsd/gpsd_3.7.bb +++ b/recipes-extra/gpsd/gpsd_3.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "console/network" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" -DEPENDS = "ncurses" +DEPENDS = "ncurses chrpath-native" #DEPENDS = "ncurses libusb1 python" PROVIDES = "virtual/gpsd"