summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd_2.94.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-07-05 15:06:30 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-06 10:45:54 -0700
commitd6f20cbf1bf8a487151d6351a88097e449efcc6c (patch)
tree4b3f60e697b91767645b6fcf8754d1b7084be7e4 /recipes/gpsd/gpsd_2.94.bb
parentfec235b6998a2c951c0d9c4417dc012cc08f20ae (diff)
downloadopenembedded-d6f20cbf1bf8a487151d6351a88097e449efcc6c.tar.gz
gpsd_2.94.bb: fix CROSS COMPILE badness
configure.ac shouldn't check the host system for includes/libraries, use pkg-config to find libusb instead. Also, add libusb1 to DEPENDS. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gpsd/gpsd_2.94.bb')
-rw-r--r--recipes/gpsd/gpsd_2.94.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/gpsd/gpsd_2.94.bb b/recipes/gpsd/gpsd_2.94.bb
index 5cf8b2e6f6..66bd559a49 100644
--- a/recipes/gpsd/gpsd_2.94.bb
+++ b/recipes/gpsd/gpsd_2.94.bb
@@ -1,9 +1,12 @@
require gpsd.inc
-SRC_URI += "file://libtool.patch"
+DEPENDS += "libusb1"
+
+SRC_URI += "file://libtool.patch \
+ file://configure-libusb.patch"
SRC_URI[gpsd.md5sum] = "ce70bcd707ac1df861d4c72f503c09d1"
SRC_URI[gpsd.sha256sum] = "1520b87d106d198aa42137db4b230615dbd0d06b04e6fcc84e010172fba2da41"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
PARALLEL_MAKE = ""