summaryrefslogtreecommitdiff
path: root/packages/nylon
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
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 Freyther2
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 Luebbe1
2007-07-31move simple-firewall to nonworking (unfetchable and no sign of alternate ↵Michael Lauer1
download location)
2007-06-08lots of packages: remove MAINTAINER fieldKoen Kooi1
2007-04-18simple-firewall: upped srcdateMartin Dietze1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-25nylon-scripts: upped SRCDATE as a more recent version is now used by nylon.Martin Dietze1
2006-09-11simple-firewall: fix CVSDATE/SVNDATE confusion.Martin Dietze1
2006-09-08nylon: updated images and nylon specific packages from 4G trunkMartin Dietze4
* updated list of supported packages in nylon-feed * new image nylon-image-extended aiming to put nylon-feed into one image (for debugging) * new versions of nylon-scripts, nylon-statistics, simple-firewall
2006-02-06add nylon-specific start scripts and meta packages courtesy Martin Dietze ↵Michael Lauer3
<dietze@4g-systems.com>
2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV ↵Richard Purdie3
standardisation
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie3
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-11-22yamonenv, nylon-scripts, nylon-statistics, logrotate-script: fixed SRC_URIMarcin Juszkiewicz3
- this fixes #168