diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:15:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:17 +0100 |
commit | ac5ff724b6af1e90803b14f4a4b9441211d7b0c5 (patch) | |
tree | 262f3fdb2168c35db2ed6546a143c9b275279023 /meta/recipes-connectivity/gypsy | |
parent | d0a8a0d1385f05a540588431a9b54d4177f278cd (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy.inc | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_git.bb | 2 |
3 files changed, 4 insertions, 6 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" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" | 9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig gtk-doc |
12 | 12 | ||
13 | EXTRA_OECONF += "--with-distro=debian" | 13 | EXTRA_OECONF += "--with-distro=debian" |
14 | 14 | ||
15 | do_configure_prepend () { | ||
16 | touch ${S}/gtk-doc.make | ||
17 | } | ||
18 | |||
19 | FILES_${PN} += "/usr/share/dbus-1/services/" | 15 | FILES_${PN} += "/usr/share/dbus-1/services/" |
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb index 59a34fa66d..e7018383ea 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | |||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ | 16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ |
17 | file://fix-unused-but-set-variable-warning.patch \ | 17 | file://fix-unused-but-set-variable-warning.patch \ |
18 | " | 18 | " |
19 | PR = "r2" | 19 | PR = "r3" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb index b123e11816..495467e146 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_git.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_git.bb | |||
@@ -4,6 +4,8 @@ DEFAULT_PREFERENCE = "-1" | |||
4 | 4 | ||
5 | SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" | 5 | SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" |
6 | PV = "0.8+git${SRCPV}" | 6 | PV = "0.8+git${SRCPV}" |
7 | PR = "r1" | ||
8 | |||
7 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
8 | 10 | ||
9 | LICENSE = "GPLv2+ & LGPLv2+" | 11 | LICENSE = "GPLv2+ & LGPLv2+" |