summaryrefslogtreecommitdiff
path: root/packages/subversion
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko7
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>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
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 Freyther4
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-09subversion-1.4.5: Run full autoreconfRichard Purdie1
2008-02-21subversion: Remove hardcoded or plain broken staging referencesRichard Purdie4
2007-11-29subversion: Add version 1.4.5Matthias Hentges1
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1
2007-06-15fix a couple of LICENSE entriesRolf Leggewie3
2007-06-10subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stageMichael Krelin1
2007-05-09subversion: added 1.4.3 version with DEFAULT_PREFERENCE of -1.Michael Krelin1
this version seems to accept neon 0.26 without brute force, which in turn doesn't need force to use gnutls.
2007-05-08subversion: added a patch to detect neon and enable dav protocol handlerMichael Krelin2
2006-12-21subversion 1.4.0: it builds nowKoen Kooi1
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie2
mailing list. There should be no functionality changes yet.
2006-11-20another set of parse errors fixingMarcin Juszkiewicz2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-29subversion: remove (non-preferred) version 1.3.2, add (non-preferred) ↵Mustafa Yuecel1
version 1.4.0
2006-08-25subversion: add (disabled) version 1.3.2Mustafa Yuecel1
- DEFAULT_PREFERENCE = "-1" due to errors on stage phase - bug report follows soon
2006-05-09subversion: upgrade to 1.3.1, fix stagingMichael Lauer3
2006-03-15subversion-1.3.0,davfs2-0.2.8: push newest releasesMustafa Yuecel2
- neon-0.26.0 supports gnutls, but subversion and davfs2 are yet not compatible with neon-0.26.0 - add neon-0.25.5 - again, no https support
2006-03-15davfs2-0.2.7,subversion-1.2.0: correct version info in DEPENDSMustafa Yuecel1
- brackets only works in RDEPENDS - remove --with-ssl configure option (inherit abilities from neon)
2006-03-12subversion-1.2.0: dump PRMustafa Yuecel1
2006-03-12subversion-1.2.0: enable http supportMustafa Yuecel1
- add neon to DEPENDS
2006-03-10subversion-1.2.0: add HOMEPAGE, correct LICENSEMustafa Yuecel1
2005-08-18add subversionMustafa Yuecel4