summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-12-17 21:34:31 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-12-20 14:53:59 +0100
commitc343bd205be77f1d014a5b21698caf23a9b6620d (patch)
treef45aca599a40d1961478f54fbb7e3ad501ba6b1e /meta-oe/recipes-navigation/gpsd
parentb412e289402f902e39e0895d71d04acb16b2dfe7 (diff)
downloadmeta-openembedded-c343bd205be77f1d014a5b21698caf23a9b6620d.tar.gz
gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch15
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch16
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd-2.96/60-gpsd.rules (renamed from meta-oe/recipes-navigation/gpsd/gpsd-2.95/60-gpsd.rules)0
-rwxr-xr-xmeta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd (renamed from meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd)0
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd-default (renamed from meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd-default)0
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb (renamed from meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb)10
6 files changed, 3 insertions, 38 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
deleted file mode 100644
index 6bba2b860..000000000
--- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Without this patch python2.6 from host could be preferred over python from native sysroot.
2
3Upstream-Status: Pending
4diff -uNr gpsd-2.95.orig/configure.ac gpsd-2.95/configure.ac
5--- gpsd-2.95.orig/configure.ac 2011-10-31 18:26:08.860719033 +0100
6+++ gpsd-2.95/configure.ac 2011-10-31 18:27:47.718716963 +0100
7@@ -31,7 +31,7 @@
8 dnl AM_PATH_PYTHON provided with automake can be too old. Look
9 dnl for newer python first, and include 2.6 on the list.
10 m4_define([_AM_PYTHON_INTERPRETER_LIST],
11- [python2.6 python2.5 python2.4 python])
12+ [python2.7 python2.6 python2.5 python2.4 python])
13 AM_PATH_PYTHON([2.4])
14 ac_python=yes
15 if test "x$PYTHON" = "x"; then
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch
deleted file mode 100644
index 7b78a72d8..000000000
--- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1Index: gpsd-2.95/Makefile.am
2===================================================================
3--- gpsd-2.95.orig/Makefile.am 2010-08-26 15:31:38.804330723 +0200
4+++ gpsd-2.95/Makefile.am 2010-08-26 15:31:57.170020341 +0200
5@@ -253,9 +253,9 @@
6 # Warning: This overrides autoconf's normal link-line generation process
7 if LIBGPSMM_ENABLE
8 libgps_la_SOURCES += libgpsmm.cpp
9-libgps_la_LINK = /bin/sh ./libtool --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@
10+libgps_la_LINK = $(LIBTOOL) --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@
11 else
12-libgps_la_LINK = /bin/sh ./libtool --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@
13+libgps_la_LINK = $(LIBTOOL) --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@
14 endif
15
16 nodist_libgpsd_la_SOURCES = packet_names.h ais_json.i
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/60-gpsd.rules b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/60-gpsd.rules
index c01db068d..c01db068d 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/60-gpsd.rules
+++ b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/60-gpsd.rules
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd
index 3687d2400..3687d2400 100755
--- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd
+++ b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd-default b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd-default
index 0ceff0382..0ceff0382 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/gpsd-default
+++ b/meta-oe/recipes-navigation/gpsd/gpsd-2.96/gpsd-default
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb b/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
index cdcb77c2a..0dc06a148 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
@@ -5,22 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
5DEPENDS = "dbus-glib ncurses python libusb1" 5DEPENDS = "dbus-glib ncurses python libusb1"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8PR = "r2"
9
10EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ 8EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
11 --x-libraries=${STAGING_LIBDIR} \ 9 --x-libraries=${STAGING_LIBDIR} \
12 --enable-dbus \ 10 --enable-dbus \
13 --disable-libQgpsmm \ 11 --disable-libQgpsmm \
14" 12"
15 13
16SRC_URI = "http://download.berlios.de/${PN}/${P}.tar.gz;name=gpsd \ 14SRC_URI = "http://download.berlios.de/${PN}/${P}bis.tar.gz;name=gpsd \
17 file://libtool.patch \
18 file://fix-build-with-python2.7.patch \
19 file://gpsd-default \ 15 file://gpsd-default \
20 file://gpsd \ 16 file://gpsd \
21 file://60-gpsd.rules" 17 file://60-gpsd.rules"
22SRC_URI[gpsd.md5sum] = "12535a9ed9fecf9ea2c5bdc9840da5ae" 18SRC_URI[gpsd.md5sum] = "52b00cab0fb34bbf1923ae35c7ced6c4"
23SRC_URI[gpsd.sha256sum] = "832343a53921a8371efa540ba57c91dadedda445e571c1beb97c06539ef450ae" 19SRC_URI[gpsd.sha256sum] = "c6d72565bc06b802c749e69808eb7c6ee165962dc17383971c9001b5e1763690"
24 20
25inherit autotools update-rc.d python-dir 21inherit autotools update-rc.d python-dir
26 22