summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-connectivity/gypsy
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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"