summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy_0.8.bb')
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_0.8.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
index ab7f6b086a..f3d3fa7c28 100644
--- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
@@ -13,9 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
13SECTION = "x11" 13SECTION = "x11"
14DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" 14DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
15 15
16SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" 16SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
17 17 file://fix-unused-but-set-variable-warning.patch \
18PR = "r0" 18 "
19PR = "r1"
19 20
20inherit autotools pkgconfig 21inherit autotools pkgconfig
21 22