mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3046 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
277 B
PHP
15 lines
277 B
PHP
DESCRIPTION = "GPS Controlling Daemon"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11"
|
|
DEPENDS = "glib-2.0 dbus bluez-libs"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--with-distro=debian"
|
|
|
|
do_configure_prepend () {
|
|
touch ${S}/gtk-doc.make
|
|
}
|
|
|
|
FILES_${PN} += "/usr/share/dbus-1/services/"
|