aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/git
AgeCommit message (Collapse)Author
2010-10-25git: update package LICENSEChase Maupin
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11git : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-21git: activate gitk.Yann Dirson
It does not work perfectly (complains about possible problems in the tcl package), and buttons are huge, but it allows to browse history. git-gui OTOH does not start at all, it only complains that tk is not correctly installed, so it is commented out. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-21git: split space-hungry rarely-used commands into -perltools and -large ↵Yann Dirson
packages. This trims the main package by ~75%, and split of all perl scripts allows to spare the installation of perl, which is no small bargain either. Note that git-remote-http triggers a strange bug (OE#5465), so it is not split out for now. Also drop cpio dependency, which has been unneeded since a number of git revisions. Tested rapidly on shr/testing: seen no problem doing clone/commit/amend/reset/ revert/log/status/diff/rebase -i/conflict resolution. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-21git: replace remaining broken hardlinks with symlinks.Yann Dirson
Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-06git-native: bump PR (libssl issue)Denis 'GNUtoo' Carikli
git-native failled to run because of libssl changes. bumping PR solve that. Note that if autorev is used,the user has to bitbke -b git-native (to bypass the parsing) else: it start parsing the recipes At some point it encounter a git autorev recipe it calls git which fails because of the library issue the parsing fails,which prevent git-native or other recipes to be built
2010-08-16recipes: bump PR in recipes depending on openssl after SHR and Angstrom ↵Martin Jansa
moved to openssl-1.0.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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-15git 1.7.0.2: fix hardlinking problems as reported by Eric BrombaughKoen Kooi
Using softlinks has the following effects on package size: git: 54MB -> 3.0MB git-dbg: 646MB -> 141MB
2010-05-07git: add ssh to recommendsKoen Kooi
2010-03-15git-native_1.7.0.2.bb : disable building/installing of python stuffGraeme Gregory
It was zeckes opinion that we dont need the python stuff for OE useage and looking at what is installed I would agree. Disabled it otherwise we need to point it at python-native to stop it using host python.
2010-03-08git: Upgrade from 1.6.0.4 to 1.7.0.2Holger Hans Peter Freyther
The git-daemon+(x)inetd has a known denial of service problem. Upgrade to a newer git version just in case. Remove two bogus autoconf patches that can be done by passing in autoconf varaibles. Switch to local checksums instead of checksums.ini
2010-02-10git: remove version specifics from generic incBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-04-05cmake, git-native, python: Bump PR to force rebuildSteve Sakoman
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
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>