git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad28a6
)
gpsd: disable python bindings
author
Koen Kooi
<koen@openembedded.org>
Sun, 1 Apr 2007 07:48:47 +0000
(07:48 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 1 Apr 2007 07:48:47 +0000
(07:48 +0000)
packages/gpsd/gpsd.inc
patch
|
blob
|
history
diff --git
a/packages/gpsd/gpsd.inc
b/packages/gpsd/gpsd.inc
index
1f48fe0
..
ffd314d
100644
(file)
--- a/
packages/gpsd/gpsd.inc
+++ b/
packages/gpsd/gpsd.inc
@@
-6,7
+6,8
@@
DEPENDS = "dbus-glib ncurses"
EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
--x-libraries=${STAGING_LIBDIR} \
- --enable-dbus"
+ --enable-dbus \
+ --disable-python "
SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
file://gpsd"