aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gypsy
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-19 10:07:41 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-19 10:07:41 +0000
commit7509ea476c56b22ac6ef571907dc7d8a3c884ebb (patch)
tree8e3bf606a0110551e0a52807d66335b3e3134933 /packages/gypsy
parent80d4593c63e83840c7e7cbcb9631b3a3d52a0661 (diff)
downloadopenembedded-7509ea476c56b22ac6ef571907dc7d8a3c884ebb.tar.gz
gypsy: merge (with cleanups) from poky
Diffstat (limited to 'packages/gypsy')
-rw-r--r--packages/gypsy/.mtn2git_empty0
-rw-r--r--packages/gypsy/files/.mtn2git_empty0
-rw-r--r--packages/gypsy/files/fixups.patch14
-rw-r--r--packages/gypsy/gypsy.inc12
-rw-r--r--packages/gypsy/gypsy_svn.bb10
5 files changed, 36 insertions, 0 deletions
diff --git a/packages/gypsy/.mtn2git_empty b/packages/gypsy/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gypsy/.mtn2git_empty
diff --git a/packages/gypsy/files/.mtn2git_empty b/packages/gypsy/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gypsy/files/.mtn2git_empty
diff --git a/packages/gypsy/files/fixups.patch b/packages/gypsy/files/fixups.patch
new file mode 100644
index 0000000000..1f64d58513
--- /dev/null
+++ b/packages/gypsy/files/fixups.patch
@@ -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
index 0000000000..6d78943bd5
--- /dev/null
+++ b/packages/gypsy/gypsy.inc
@@ -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
index 0000000000..116d39bb4f
--- /dev/null
+++ b/packages/gypsy/gypsy_svn.bb
@@ -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}"
+