aboutsummaryrefslogtreecommitdiffstats
path: root/packages/git
AgeCommit message (Collapse)Author
2008-11-26git[-native] 1.5.x: removeMichael 'Mickey' Lauer
2008-11-23git-1.5.2.3: remove mistakenly added patch from 1.5.3Denys Dmytriyenko
2008-11-18git: fix configure failing on snprintf-returns-bogus check when cross-compilingDenys Dmytriyenko
2008-11-17git: add version 1.6.0.4Denys Dmytriyenko
2008-11-17git: move version specific git-gui-install-mode-arg-spaces.patch from .incDenys Dmytriyenko
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-10-01git: reorder varsKoen Kooi
2008-05-09git_1.5.3.bb : add from OM mtnGraeme Gregory
git.inc : fixes from OM mtn
2007-12-29git-native: Add missing patchRod Whitby
2007-12-26git: Add patch to put space before -m argument. Fixes #3551. No PR bump, ↵Rod Whitby
cause no change to compilation or packaged content - if it built for you previously, then you don't need the patch, but it will do no harm.
2007-12-01Add git-native 1.5.3 (from poky)Richard Purdie
2007-08-03git: fix runtime issuesHenning Heinold
* fix config.mak.in to export LDFLAGS, now it compiles and runs in a sane way * remove the OEMAKE_EXTRA hack for LDFLAGS * bump PR
2007-08-03git: fix building of git 1.5.2.3Henning Heinold
* remove git.inc because 2 files are enough * let git-native require git * override RDEPENDS in git-native * switch to autotools * add files/autotools.patch so we can crosscompile * adding expat and zlib to the DEPENDS
2007-08-03git: 1.4.4.2 -> 1.5.2.3 (from poky)Richard Purdie
2007-06-12remove a bunch of empty directoriesRolf Leggewie
2007-05-12git: it turns out that git also relies on a decent sed.Michael Krelin
2007-05-08git: minor fixes to make git work on the device. Closes #2226 and #2240Michael Krelin
- Adjust path to templates directory to fix `git init-db` - Make it depend on cpio and findutils as at least local `git clone` relies on them.
2006-12-19git: fix case of the disappearing snapshots by adding a stable releaseMichael Lauer
2006-11-22git: also rdepend on perl-module-file-pathKoen Kooi
2006-11-22git: RDEPEND on perl:Koen Kooi
root@h2200:/data# git clone git://git.cairographics.org/git/cairo /usr/bin/git-clone: line 325: perl: command not found
2006-11-14git: Set PV correctly, update for upstream changes in directory namesRichard Purdie
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-17git-native: fix DEPENDSMichael Lauer
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-01-12git: remove makefile patch as upstream have fixed the makefile nowRichard Purdie
2005-10-13linux-oz-2.6: Rearrange stable patches to reflect order in mainline. Add ↵Richard Purdie
extra collie scoop fix. Seperate corgi include fix so mainline c7x0 compiles. Update hx2750 base patch for recent mmc changes.
2005-09-13git: Add git and git-native packages. git-native may need some addition ↵Richard Purdie
dependencies (curl-native, openssl-native) - I'm not sure what the policy is on this. Adding them should be straight forward enough though.