Files
poky/meta-extras/packages/gypsy/gypsy.inc
Marcin Juszkiewicz 8814b8a987 gypsy: make it build by telling that we are Debian
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3046 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30 21:46:14 +00:00

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/"