summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* | gpsd-3.4: fix DSO build correctlyMartin Jansa2012-04-292-3/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd-3.4: drop pkgconfig=''Martin Jansa2012-04-291-1/+0
| | | | | | | | | | | | | | * this is wrong, it's used as path where to install .pc files and we expect them in not directly in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd-3.4: minor style issuesMartin Jansa2012-04-291-16/+13
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: move files to gpsd dir as they are not version specificMartin Jansa2012-04-295-0/+0
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gpsd: update to 3.4Denis 'GNUtoo' Carikli2012-04-296-22/+27
|/ | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: fix gpsd init scriptJohan Hovold2012-04-182-6/+6
| | | | | | | | | | | | Replace return with exit where appropriate. Current init script uses return outside of functions resulting in warnings such as the following when using bash as interpreter: /etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: upgrade to 1.1.0Martin Jansa2012-02-232-45/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: remove unneeded systemd codeAndreas Müller2012-02-231-10/+2
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: add systemd supportMartin Jansa2012-01-233-3/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: disable xmltoMartin Jansa2012-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xmlto is used if xsltproc test fails xstlproc is found in sysroot right, but then it's tested like this: sysroots/x86_64-linux/usr/bin/xsltproc --nonet --noout http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl conftest.xml and that fails if there isn't right docbook.xsl on host /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl * xmlto then fails with: xmlto man './gps.xml' | xmlto: /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate (status 3) | xmlto: Fix document syntax or use --skip-validation option | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:8: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> | ^ | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:133: parser error : Entity 'mdash' not defined | should default to using for display &mdash; imperial, nautical, or | ^ | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd | warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | Document /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate * without xstlproc and xmlto it disables man pages building configure:18182: WARNING: Neither xsltproc nor xmlto works: I will not build man pages. configure:18184: WARNING: To build man pages, install xsltproc/xsltlib or xmlto and run autogen.sh again. * this can be reverted as soon as there is working xmlto using OE provided DTDs in DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: bump PR after gpsd upgrade (.so name change)Martin Jansa2011-12-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstreamMartin Jansa2011-12-206-38/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: fix build with python2.7 in sysroot and python2.6 on hostMartin Jansa2011-11-012-1/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR after python upgradeMartin Jansa2011-11-011-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: upgrade to latest SRCREV and remove navit-iconsMartin Jansa2011-11-015-448/+6
| | | | | | | | | * separate directory cannot be fetched with subversion-1.7.0 svn: E155000: '/OE/downloads/svn/navit.svn.sourceforge.net/svnroot/navit/trunk/navit/navit/xpm' is already a working copy for a different URL and other users had problem with navit-icons trying to downgrade to older SRCREV and then upgrading again when building navit (failing with unversioned directories) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: use allarch instead of PACKAGE_ARCH = allMartin Jansa2011-10-121-5/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* foxtrotgps: fix build with curl-7.21.8 and newerMartin Jansa2011-07-212-2/+44
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tangogps: fix build with curl-7.21.8 and newerMartin Jansa2011-07-212-1/+40
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tangogps: add misssing dependency bluez4Martin Jansa2011-07-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-143-3/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* gpsd,tangogps,foxtrotgps,navit: move to new recipes-navigationMartin Jansa2011-05-3118-0/+987
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>