gpsd: Even when disabling python we still need it to be available during build
parent
f9d158b747
commit
c83652a73a
|
@ -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 chrpath-native"
|
||||
DEPENDS = "ncurses chrpath-native python"
|
||||
#DEPENDS = "ncurses libusb1 python"
|
||||
PROVIDES = "virtual/gpsd"
|
||||
|
||||
|
|
Loading…
Reference in New Issue