aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/navit
AgeCommit message (Collapse)Author
2010-08-12navit: bump SRCREV a bitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-06-16navit: add STAGING_DIR_NATIVE prefix to moc_location returned by pkg-configMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit: move packaging from svn version to .inc file, add qt-painter package, ↵Martin Jansa
enable qt * for qml you need qt-4.7.0-beta1 or newer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit: remove old versions to simplify .inc fileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit-icons: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10navit: split config, dbus, speech, gui, graphics to separate packagesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10navit: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-09navit: bump PR after libgps naming fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-19navit: bump SRCREV (also for navit-icons) and add new osd layout from ↵Martin Jansa
undrwater for SHR as default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05navit: bump SRCREV for improved bookmarks supportMartin Jansa
2010-04-14navit,navit-icons: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16navit: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11navit: remove D_P -1 as older release 0.1.0 is not compatible with current gpsdMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27navit_svn: PR bump after libgps ugpradeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-15navit-icons: Fixed native dependencies: convert with rsvg is not shr specific.Stanislav Brabec
2010-01-15navit-icons: use PACKAGE_ARCH all as it has only iconsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-11navit: remove unset LC_ALL from .desktop fileSebastian Spaeth
* Koen found that this does not work for him although it should (http://permalink.gmane.org/gmane.comp.handhelds.openembedded/28904) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-01-11navit: bump PV in _svn.bb to pick up updated shr .desktop filesSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-01-11navit: use SingleInstance=true for shr-specific .desktop filesSebastian Spaeth
* navit uses so much memory, that we really don't want to have it started twice on any embedded device Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-01-11navit: use fsoraw params in right orderMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-10navit: enable dbus plugin in navit by defaultChristian Rüb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-10navit: use --force for fsoraw in SHR launchers (Thanks Zoff)Martin Jansa
2010-01-10navit: fix build with qt4 in staging, only enable floats when you have an fpuKoen Kooi
2010-01-10navit: bump svnrev, all unset LC_ALL to Exec in .desktop files (gps coords ↵Martin Jansa
are wrong with LC_ALL set) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-08navit: don't RRECOMMEND 2 text2speech apps in svn, but only RSUGGESTS them.Sebastian Spaeth
* Distros can always pick one by default if they want one by default Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-29navit: add drag_bitmap="1" to navit config This makes dragging much more ↵Sebastian Krzyszkowiak
responsible on weaker devices Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-06navit: INC_PR for release versions, lost while merging, sorryMartin Jansa
2009-12-06navit: fix mergeMartin Jansa
2009-12-06navit: change to INC_PR, bump srcrev, split icons and config for navit_svnMartin Jansa
* xpm stuff is updated maybe about 6 times a year, sources are updated few times every day * with navit-icons in separate package we don't need to download 3,5MB package, every time we bump SRCREV because of software fix * navit-icons SRCREV will be changed only if there is new icon needed for newer navit SRCREV * big package was installed by opkg really slow * provide 2 desktop icons one with Display blanking disabled ie for car navigation, second with only CPU requested ie if you're using navit on foot or bike and want longer battery life * splitted configs are easier to modify, also provide better defaults for freerunner layout Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-25navit: Do not set /proc/sys/vm/overcommit in an app launcher, especially not ↵Sebastian Spaeth
without ever changing it back. * This reverts parts of 742fb4ae71e6a7e655385086ba9edebbf00b6ebd * If someone wants to do use this, it should be done on a more finegrained distro basis Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-04-16navit: Modules .so files must go to the main package, modules .la can go away.Stanislav Brabec
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>