aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nunome
AgeCommit message (Collapse)Author
2008-10-29bashism: Move away from pushd/popd as it is only available for bashHolger Hans Peter Freyther
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-01-07Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dashHolger Freyther
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system.
2007-07-08nunome: move to the new opie locationMichael Krelin
2007-05-29nunome: fix non-working nunome on spitz/AngstromRolf Leggewie
* Thanks to polyonymous for providing the patch * fixes access to the timer object before allocating it
2007-04-12nunome: update to latest release (source tree cleaned from unnecessary ↵Rolf Leggewie
binary cruft)
2007-04-07nunome 1.0.1: Fix packaging.Paul Sokolovsky
* There appears to be some binary crap in "source" archive and it was being installed instead of build files.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
2006-06-26nunome: RDEPEND on virtual/japanese-fontMichael Lauer
2006-06-23add nunome, a japanese input method for Opie. closes #1095Michael Lauer