summaryrefslogtreecommitdiff
path: root/packages/xoo
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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 Luebbe2
2008-03-05xoo_svn.bb : bump SRCREV and add expat to DEPENDS, fixes compile problemsGraeme Gregory1
with new sysroot.
2007-09-04xoo: convert to SRCREVKoen Kooi1
2007-02-15xoo: merge in gta01 skin from openmoko svnKoen Kooi4
2006-10-17xoo svn add missing dependencies to gtk+ and libgladeMichael Lauer1
2006-10-16add xoo, a GTK2 based graphical wrapper around a windowed X Server. It is ↵Michael Lauer2
intended for embedded developers that want to simulate a target device (with an accurate display size, working hardware buttons, etc) on a desktop machine.