summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
Commit message (Collapse)AuthorAgeFilesLines
* gpsd: fix udev rules fileMartin Jansa2013-03-062-2/+2
| | | | | | | systemd-udevd[41]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/60-gpsd.rules:43 systemd-udevd[41]: invalid rule '/etc/udev/rules.d/60-gpsd.rules:43' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tangogps: removeMartin Jansa2012-12-253-71/+0
| | | | | | * foxtrotgsp is better maintained and now tangogps.org domain is gone too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: bump SRCREV to latestMartin Jansa2012-12-232-78/+1
| | | | | | * taking-address-of-temporary-array.patch was fixed in upstream r5243 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* omgps: fix build with gdk-pixbuf-2.26.5 from oe-coreMartin Jansa2012-12-237-1/+32
| | | | | | * also add Upstream-Status to other omgps patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geos: fix typo in FILES_${PN}-devMartin Jansa2012-12-181-3/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libspatialite: add recipeJan Luebbe2012-12-163-0/+225
| | | | | Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geos: add recipeJan Luebbe2012-12-162-0/+26
| | | | | | | * MJ: fixed packaging and QA issues Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proj: add recipeJan Luebbe2012-12-162-0/+20
| | | | | Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tangogps: fix doc instalationMartin Jansa2012-12-111-1/+5
| | | | | | | | | | | | | | | | * incorectly installs doc to /usr/doc and isn't picked by FILES_ tangogps-0.99.4: tangogps: Files/directories were installed but not shipped /usr/doc /usr/doc/tangogps /usr/doc/tangogps/INSTALL /usr/doc/tangogps/NEWS /usr/doc/tangogps/TODO /usr/doc/tangogps/README /usr/doc/tangogps/ChangeLog /usr/doc/tangogps/AUTHORS /usr/doc/tangogps/COPYING Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gypsy: added to meta-oe/recipes-navigationAndrei Dinu2012-11-294-0/+78
| | | | | | | 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>
* omgps: add patch to fix build with latest glib from oe-coreMartin Jansa2012-11-162-0/+124
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* tangogps: inherit gconfMartin Jansa2012-10-261-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: inherit gconfMartin Jansa2012-10-261-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: move from meta-oe to meta-eflMartin Jansa2012-10-191-15/+0
| | | | | | | * mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: remove myslq_config include path work aroundMartin Jansa2012-10-191-6/+1
| | | | | | * it was fixed in mysql5 3f95bb907381ac5fd789452e1330c12f9a8904f9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orrery: added missing dependency on gtk+Marcin Juszkiewicz2012-10-101-0/+1
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* gpsd: use chrpath-replacement-native nowMartin Jansa2012-10-051-2/+4
| | | | | | | | | | | | | | | * chrpath-native was added to ASSUME_PROVIDED http://lists.linuxtogo.org/pipermail/openembedded-core/2012-October/030744.html * it would be better to not use chrpath at all, but build.txt says: If you do not have chrpath available, GPSD binaries will be built statically. ... When you are cross-compiling, you'll need chrpath at version 0.14 or later for cross-architecture support. If it's not yet packaged for your environment, see http://alioth.debian.org/projects/chrpath/ and I prefer to stick to upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: rename configure.in only if it still existsMartin Jansa2012-10-021-1/+5
| | | | | | * it was failing when do_configure was reexecuted in same workdir Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-201-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mcnavi: fix do_configure_prepend to be reentrantMartin Jansa2012-09-111-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: add also target edje to DEPENDSMartin Jansa2012-09-111-1/+1
| | | | | | | | | * configure checks for that | configure:17465: error: Package requirements (ecore ecore-evas evas edje imlib2 libgps) were not met: | | No package 'edje' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: upgrade to 1.1.1 and fix build with new automakeMartin Jansa2012-09-101-2/+6
| | | | | | | | | | | | * It was failing like this | automake: warnings are treated as errors | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | autoreconf: automake failed with exit status: 1 after automake was upgraded to 1.12.3 http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029108.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd-machine-conf: add empty recipe for BSP layers to bbappend itMartin Jansa2012-08-301-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add gpsd-machine-conf to RRECOMMENDSMartin Jansa2012-08-301-2/+2
| | | | | | | * it could be something machine specific (config + hoooks) and we don't want gpsd sstate checksum depending on MACHINE var * gpsd-machine-conf itself is using u-a to select right config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: update to 3.7, drop older 3.5 and git recipeDenis 'GNUtoo' Carikli2012-08-209-246/+44
| | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi, monav, omgps, orrery: import from meta-smartphoneMartin Jansa2012-07-3112-0/+327
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpathMartin Jansa2012-07-302-4/+4
| | | | | | | | | | * which doesn't work sometimes: chrpath -d "/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd" `/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. elf_open: Exec format error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: drop older version 3.4Martin Jansa2012-07-284-237/+0
| | | | | | * GNUtoo tested 3.5 and it works fine, Thanks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: inherit pythonnativeMartin Jansa2012-07-243-6/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: use 4 spaces instead of tabs in get_navit_fpu_settingMartin Jansa2012-07-191-3/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: move systemd support to meta-systemdAndreas Müller2012-07-164-42/+12
|
* meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson2012-07-131-1/+1
| | | | | | | | | | | | | | | | | | This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1Martin Jansa2012-06-253-3/+81
| | | | | | | | | * COPYING was updated in http://navit.svn.sourceforge.net/viewvc/navit/trunk/navit/COPYING?r1=5023&r2=5022&pathrev=5023 just 2 more files listed in GPLv2, rest is in LGPL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: package whole ${datadir}/icons dirMartin Jansa2012-06-251-6/+2
| | | | | | | * no need to install icon and .desktop file manually, now it's done by autotools Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsdDenis 'GNUtoo' Carikli2012-06-213-4/+16
| | | | | | | | | | | | | Without that fix gpsd starts without using the machine specific gps serial port. On some devices like the GTA04, not only that makes GPS not work, but that also prevent suspend because GPS has to be off in order for suspend to succeed(and the program powering off the GPS has to know if the GPS is on or off by using gpsd). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-053-0/+6
| | | | | | | | without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge remote-tracking branch 'meta-oe-contrib/jansa/pull2'Koen Kooi2012-05-042-2/+15
|\
| * tangogps: fix build with glib-2.32Martin Jansa2012-05-042-2/+15
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: disable docs generationMartin Jansa2012-04-304-0/+52
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: add chrpath-native to dependsMartin Jansa2012-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * on debian wheezy I've seen this $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd: RPATH=/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/gpsd-3.4:/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib $ chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd `../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. Usage: chrpath [-v|-d|-c|-r <path>] <program> [<program> ...] with the path given -l|--list List the current rpath/runpath (default) -h|--help Show this usage information. $ chrpath -v chrpath version 0.13 $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath -v chrpath version 0.14 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: fix python paths and RPATHsMartin Jansa2012-04-303-0/+74
| | | | | | | | | | | | * see included patch for description Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd-3.4: fix python paths and RPATHsMartin Jansa2012-04-302-0/+73
| | | | | | | | | | | | * see included patch for description Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: add git recipe with negative D_P for testsMartin Jansa2012-04-301-0/+129
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: add recipe for 3.5 with negative D_P for testingMartin Jansa2012-04-302-0/+165
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: remove RPATH from binaries instead of replacing it with redundant /usr/libMartin Jansa2012-04-302-0/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: replace whole do_install from scons.bbclassMartin Jansa2012-04-291-1/+6
| | | | | | | | | | | | | | * prefix was wrong, because SConstruct expects prefix usable as RPATH and DESTDIR not DESTDIR/prefix combined together in prefix variable Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: use gpsd.service and gpsd.socket from source tree, drop local filesMartin Jansa2012-04-293-20/+5
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: export PKG_CONFIG with PKG_CONFIG_SYSROOT_DIRMartin Jansa2012-04-291-0/+2
| | | | | | | | | | | | * python-scons-native executes pkg-config with wrong environment and as result -I/usr/include/libusb-1.0 is returned Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: pass sysroot param to scons and fix SConstruct to respect thatMartin Jansa2012-04-293-1/+71
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>