summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2012-10-24 11:01:38 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:03:35 +0100
commit3437e92112008870e576e9fa62be7645bf3930a5 (patch)
tree4903bd861198c3ddd88915dd08c66ad3c6729ecb
parente1f5b6096a4c83f732dddcc9af952f31cec838ab (diff)
downloadmeta-openembedded-3437e92112008870e576e9fa62be7645bf3930a5.tar.gz
gypsy: added to meta-oe/recipes-navigation
Added gypsy to meta-oe/recipes-navigation Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-navigation/gypsy/files/fixups.patch21
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy.inc15
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb24
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy_git.bb18
4 files changed, 78 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/files/fixups.patch b/meta-oe/recipes-navigation/gypsy/files/fixups.patch
new file mode 100644
index 000000000..de4d92ea1
--- /dev/null
+++ b/meta-oe/recipes-navigation/gypsy/files/fixups.patch
@@ -0,0 +1,21 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 docs/reference/Makefile.am | 2 ++
5 1 file changed, 2 insertions(+)
6
7--- gypsy.orig/docs/reference/Makefile.am
8+++ gypsy/docs/reference/Makefile.am
9@@ -81,10 +81,12 @@ expand_content_files=
10 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
11
12 INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS)
13 GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS)
14
15+EXTRA_DIST =
16+CLEANFILES =
17 # This includes the standard gtk-doc make rules, copied by gtkdocize.
18 include $(top_srcdir)/gtk-doc.make
19
20 # Other files to distribute
21 # e.g. EXTRA_DIST += version.xml.in
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
new file mode 100644
index 000000000..0c1735e1b
--- /dev/null
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -0,0 +1,15 @@
1SUMMARY = "GPS Multiplexing Daemon"
2DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
3multiple clients to access GPS data from multiple GPS sources \
4concurrently. Gypsy also hides the details of parsing NMEA from the \
5client applications, passing the data as simple values for the clients \
6to use."
7LICENSE = "GPLv2.0 & LGPLv2.1"
8SECTION = "x11"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
10
11inherit autotools pkgconfig gtk-doc
12
13EXTRA_OECONF += "--with-distro=debian"
14
15FILES_${PN} += "/usr/share/dbus-1/services/"
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb b/meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb
new file mode 100644
index 000000000..51207c9a0
--- /dev/null
+++ b/meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb
@@ -0,0 +1,24 @@
1SUMMARY = "GPS Multiplexing Daemon"
2DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
3multiple clients to access GPS data from multiple GPS sources \
4concurrently. Gypsy also hides the details of parsing NMEA from the \
5client applications, passing the data as simple values for the clients \
6to use."
7LICENSE = "GPLv2+ & LGPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
10 file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
11 file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
12
13SECTION = "x11"
14DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
15
16SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
17PR = "r1"
18
19inherit autotools pkgconfig
20
21FILES_${PN} += "/usr/share/dbus-1/system-services/"
22
23SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
24SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_git.bb b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb
new file mode 100644
index 000000000..e5c564f32
--- /dev/null
+++ b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb
@@ -0,0 +1,18 @@
1require gypsy.inc
2
3DEFAULT_PREFERENCE = "-1"
4
5SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213"
6PV = "0.9+git${SRCPV}"
7PR = "r1"
8
9S = "${WORKDIR}/git"
10
11LICENSE = "GPLv2+ & LGPLv2+"
12LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
13 file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
14 file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
15 file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
16
17SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \
18 file://fixups.patch"