summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy.inc6
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_0.8.bb2
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_git.bb2
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"
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/"
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"
16SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ 16SRC_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 "
19PR = "r2" 19PR = "r3"
20 20
21inherit autotools pkgconfig 21inherit 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
5SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" 5SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5"
6PV = "0.8+git${SRCPV}" 6PV = "0.8+git${SRCPV}"
7PR = "r1"
8
7S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
8 10
9LICENSE = "GPLv2+ & LGPLv2+" 11LICENSE = "GPLv2+ & LGPLv2+"