gypsy: merge (with cleanups) from poky
authorKoen Kooi <koen@openembedded.org>
Fri, 19 Oct 2007 10:07:41 +0000 (10:07 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 19 Oct 2007 10:07:41 +0000 (10:07 +0000)
packages/gypsy/.mtn2git_empty [new file with mode: 0644]
packages/gypsy/files/.mtn2git_empty [new file with mode: 0644]
packages/gypsy/files/fixups.patch [new file with mode: 0644]
packages/gypsy/gypsy.inc [new file with mode: 0644]
packages/gypsy/gypsy_svn.bb [new file with mode: 0644]

diff --git a/packages/gypsy/.mtn2git_empty b/packages/gypsy/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gypsy/files/.mtn2git_empty b/packages/gypsy/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gypsy/files/fixups.patch b/packages/gypsy/files/fixups.patch
new file mode 100644 (file)
index 0000000..1f64d58
--- /dev/null
@@ -0,0 +1,14 @@
+---
+ docs/reference/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: gypsy/docs/reference/Makefile.am
+===================================================================
+--- gypsy.orig/docs/reference/Makefile.am      2007-10-04 23:04:44.000000000 +0100
++++ gypsy/docs/reference/Makefile.am   2007-10-04 23:04:53.000000000 +0100
+@@ -82,4 +82,4 @@ include $(top_srcdir)/gtk-doc.make
+ # Other files to distribute
+ # e.g. EXTRA_DIST += version.xml.in
+-EXTRA_DIST +=
++# EXTRA_DIST =
diff --git a/packages/gypsy/gypsy.inc b/packages/gypsy/gypsy.inc
new file mode 100644 (file)
index 0000000..6d78943
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "GPS Controlling Daemon"
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "glib-2.0 dbus bluez-libs"
+
+inherit autotools pkgconfig
+
+do_configure_prepend () {
+       touch ${S}/gtk-doc.make
+}
+
+FILES_${PN} += "${datadir}/dbus-1/services/"
diff --git a/packages/gypsy/gypsy_svn.bb b/packages/gypsy/gypsy_svn.bb
new file mode 100644 (file)
index 0000000..116d39b
--- /dev/null
@@ -0,0 +1,10 @@
+require gypsy.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
+           file://fixups.patch;patch=1"
+
+PV = "0.0+svnr${SRCREV}"
+S = "${WORKDIR}/${PN}"
+