summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy/gypsy.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 15:15:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:17 +0100
commitac5ff724b6af1e90803b14f4a4b9441211d7b0c5 (patch)
tree262f3fdb2168c35db2ed6546a143c9b275279023 /meta/recipes-connectivity/gypsy/gypsy.inc
parentd0a8a0d1385f05a540588431a9b54d4177f278cd (diff)
downloadpoky-ac5ff724b6af1e90803b14f4a4b9441211d7b0c5.tar.gz
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>
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy.inc')
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc
index 11a72046fe..0c1735e1b4 100644
--- a/meta/recipes-connectivity/gypsy/gypsy.inc
+++ b/meta/recipes-connectivity/gypsy/gypsy.inc
@@ -8,12 +8,8 @@ LICENSE = "GPLv2.0 & LGPLv2.1"
8SECTION = "x11" 8SECTION = "x11"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" 9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig gtk-doc
12 12
13EXTRA_OECONF += "--with-distro=debian" 13EXTRA_OECONF += "--with-distro=debian"
14 14
15do_configure_prepend () {
16 touch ${S}/gtk-doc.make
17}
18
19FILES_${PN} += "/usr/share/dbus-1/services/" 15FILES_${PN} += "/usr/share/dbus-1/services/"