summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/gypsy')
-rw-r--r--meta/recipes-connectivity/gypsy/files/fixups.patch19
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy.inc14
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_0.6.bb10
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_svn.bb9
4 files changed, 52 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/gypsy/files/fixups.patch b/meta/recipes-connectivity/gypsy/files/fixups.patch
new file mode 100644
index 0000000000..8bc8c5cbac
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/files/fixups.patch
@@ -0,0 +1,19 @@
1---
2 docs/reference/Makefile.am | 2 ++
3 1 file changed, 2 insertions(+)
4
5--- gypsy.orig/docs/reference/Makefile.am
6+++ gypsy/docs/reference/Makefile.am
7@@ -81,10 +81,12 @@ expand_content_files=
8 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
9
10 INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS)
11 GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS)
12
13+EXTRA_DIST =
14+CLEANFILES =
15 # This includes the standard gtk-doc make rules, copied by gtkdocize.
16 include $(top_srcdir)/gtk-doc.make
17
18 # Other files to distribute
19 # e.g. EXTRA_DIST += version.xml.in
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc
new file mode 100644
index 0000000000..f0d90b290e
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "GPS Controlling Daemon"
2LICENSE = "GPL"
3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
5
6inherit autotools pkgconfig
7
8EXTRA_OECONF += "--with-distro=debian"
9
10do_configure_prepend () {
11 touch ${S}/gtk-doc.make
12}
13
14FILES_${PN} += "/usr/share/dbus-1/services/"
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.6.bb b/meta/recipes-connectivity/gypsy/gypsy_0.6.bb
new file mode 100644
index 0000000000..ee669e5ef4
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.6.bb
@@ -0,0 +1,10 @@
1DESCRIPTION = "GPS Controlling Daemon"
2LICENSE = "GPL"
3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
5
6SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "/usr/share/dbus-1/services/"
diff --git a/meta/recipes-connectivity/gypsy/gypsy_svn.bb b/meta/recipes-connectivity/gypsy/gypsy_svn.bb
new file mode 100644
index 0000000000..ac1b6bc12f
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy_svn.bb
@@ -0,0 +1,9 @@
1require gypsy.inc
2
3DEFAULT_PREFERENCE = "-1"
4
5PV = "0.0+svnr${SRCREV}"
6S = "${WORKDIR}/${PN}"
7
8SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
9 file://fixups.patch;patch=1"