gypsy: inherit gtk-doc

(From OE-Core rev: 5caa2b521ed82cc1a223eddc59450ce68bbb3962)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-07-19 15:15:09 +01:00 committed by Richard Purdie
parent d0a8a0d138
commit ac5ff724b6
3 changed files with 4 additions and 6 deletions

View File

@ -8,12 +8,8 @@ LICENSE = "GPLv2.0 & LGPLv2.1"
SECTION = "x11"
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
inherit autotools pkgconfig
inherit autotools pkgconfig gtk-doc
EXTRA_OECONF += "--with-distro=debian"
do_configure_prepend () {
touch ${S}/gtk-doc.make
}
FILES_${PN} += "/usr/share/dbus-1/services/"

View File

@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
file://fix-unused-but-set-variable-warning.patch \
"
PR = "r2"
PR = "r3"
inherit autotools pkgconfig

View File

@ -4,6 +4,8 @@ DEFAULT_PREFERENCE = "-1"
SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5"
PV = "0.8+git${SRCPV}"
PR = "r1"
S = "${WORKDIR}/git"
LICENSE = "GPLv2+ & LGPLv2+"