aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
AgeCommit message (Collapse)Author
2013-10-05gypsy: Improvements in recipesFelipe F. Tonello
Some improvements were made: * Fix recipes to use .inc file * Fix git recipe that was not passing do_configure step * Separeted gypsy daemon from libgypsy in different packages Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03omgps: add libcap dependencyEren Türkay
http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html Omgps links against libcap without checking the library. If it cannot find it as in the minimal build, it emits an error in the linking stage. Add the dependency explicitly. Signed-off-by: Eren Türkay <eren@hambedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14foxtrotgps: add bluez4 dependencyMartin Jansa
* configure doesn't allow to disable it and bluez is quite common on devices where foxtrotgps would be used Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gpsd: add PACKAGECONFIG for bluezMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-12gypsy: add dependency on libxslt-nativeMartin Jansa
* it's incorrectly used in build (and just "o" is used instead of xslt command): | o gypsy-discovery.xml ../docs/tools/spec-strip-docs.xsl gypsy-discovery-full.xml | /bin/bash: o: command not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08libspatialite: add missing dependency on sqlite3Martin Jansa
* do_configure fails without: | checking for sqlite3.h... no | configure: error: cannot find sqlite3.h, bailing out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-29proj: Update to 4.8.0Khem Raj
4.7.0 tars have disappeared on the download servers. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27gpsd: Mark the configuration file as a CONFFILESHolger Hans Peter Freyther
Mark the file in /etc/default/gpsd as a CONFFILES of the gpsd-conf package. Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20omgps: Fix build with glib-2.0 > 2.35Khem Raj
Fix errors like | src/main.c: In function 'main': | src/main.c:490:2: error: 'g_type_init' is deprecated (declared at /builds1/angstrom/build/tmp-angstrom_next-eglibc/sysroots/qemuarm/usr/include/glib-2.0/gobject/gtype.h:669) [-Werror=deprecated-declarations] | g_type_init(); | ^ | cc1: all warnings being treated as errors | make[1]: *** [omgps-main.o] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20gypsy: Fix build with newer glibKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15gpsd: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15gpsd: fix warning about overwritting keysMartin Jansa
* WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_gpsd-dev ( ${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-06gpsd: fix udev rules fileMartin Jansa
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>
2012-12-25tangogps: removeMartin Jansa
* foxtrotgsp is better maintained and now tangogps.org domain is gone too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23navit: bump SRCREV to latestMartin Jansa
* taking-address-of-temporary-array.patch was fixed in upstream r5243 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23omgps: fix build with gdk-pixbuf-2.26.5 from oe-coreMartin Jansa
* also add Upstream-Status to other omgps patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18geos: fix typo in FILES_${PN}-devMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16libspatialite: add recipeJan Luebbe
Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16geos: add recipeJan Luebbe
* MJ: fixed packaging and QA issues Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16proj: add recipeJan Luebbe
Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11tangogps: fix doc instalationMartin Jansa
* 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>
2012-11-29gypsy: added to meta-oe/recipes-navigationAndrei Dinu
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>
2012-11-16omgps: add patch to fix build with latest glib from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
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>
2012-10-26tangogps: inherit gconfMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-26foxtrotgps: inherit gconfMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-19mcnavi: move from meta-oe to meta-eflMartin Jansa
* 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>
2012-10-19mcnavi: remove myslq_config include path work aroundMartin Jansa
* it was fixed in mysql5 3f95bb907381ac5fd789452e1330c12f9a8904f9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-10orrery: added missing dependency on gtk+Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-05gpsd: use chrpath-replacement-native nowMartin Jansa
* 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>
2012-10-02foxtrotgps: rename configure.in only if it still existsMartin Jansa
* it was failing when do_configure was reexecuted in same workdir Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-11mcnavi: fix do_configure_prepend to be reentrantMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-11mcnavi: add also target edje to DEPENDSMartin Jansa
* 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>
2012-09-10foxtrotgps: upgrade to 1.1.1 and fix build with new automakeMartin Jansa
* 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>
2012-08-30gpsd-machine-conf: add empty recipe for BSP layers to bbappend itMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-30gpsd: add gpsd-machine-conf to RRECOMMENDSMartin Jansa
* 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>
2012-08-20gpsd: update to 3.7, drop older 3.5 and git recipeDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31mcnavi, monav, omgps, orrery: import from meta-smartphoneMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-30gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpathMartin Jansa
* 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>
2012-07-28gpsd: drop older version 3.4Martin Jansa
* GNUtoo tested 3.5 and it works fine, Thanks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-24gpsd: inherit pythonnativeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-19navit: use 4 spaces instead of tabs in get_navit_fpu_settingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16gpsd: move systemd support to meta-systemdAndreas Müller
2012-07-13meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson
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>
2012-06-25navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1Martin Jansa
* 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>
2012-06-25navit: package whole ${datadir}/icons dirMartin Jansa
* 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>
2012-06-21gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsdDenis 'GNUtoo' Carikli
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>