summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorVivian Zhang <vivian.zhang@intel.com>2008-11-10 16:59:38 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-01 22:35:05 +0000
commitd0e82a364c7e5145486ca935921654fc12ba84c8 (patch)
tree56fe2d5f2a841620ea2803acaaefa8eacfae1f17 /meta
parent4a4eaec9e0e0f027f72e018689721838ef405f44 (diff)
downloadpoky-d0e82a364c7e5145486ca935921654fc12ba84c8.tar.gz
Moved gypsy from meta-extras to meta and upgraded it to 0.6
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gypsy/files/fixups.patch19
-rw-r--r--meta/packages/gypsy/gypsy.inc14
-rw-r--r--meta/packages/gypsy/gypsy_0.6.bb10
-rw-r--r--meta/packages/gypsy/gypsy_svn.bb9
4 files changed, 52 insertions, 0 deletions
diff --git a/meta/packages/gypsy/files/fixups.patch b/meta/packages/gypsy/files/fixups.patch
new file mode 100644
index 0000000000..8bc8c5cbac
--- /dev/null
+++ b/meta/packages/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/packages/gypsy/gypsy.inc b/meta/packages/gypsy/gypsy.inc
new file mode 100644
index 0000000000..456d9fb6a5
--- /dev/null
+++ b/meta/packages/gypsy/gypsy.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "GPS Controlling Daemon"
2LICENSE = "GPL"
3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus bluez-libs 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/packages/gypsy/gypsy_0.6.bb b/meta/packages/gypsy/gypsy_0.6.bb
new file mode 100644
index 0000000000..68a07ffcd7
--- /dev/null
+++ b/meta/packages/gypsy/gypsy_0.6.bb
@@ -0,0 +1,10 @@
1DESCRIPTION = "GPS Controlling Daemon"
2LICENSE = "GPL"
3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus bluez-libs dbus-glib libxslt"
5
6SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "/usr/share/dbus-1/services/"
diff --git a/meta/packages/gypsy/gypsy_svn.bb b/meta/packages/gypsy/gypsy_svn.bb
new file mode 100644
index 0000000000..ac1b6bc12f
--- /dev/null
+++ b/meta/packages/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"