aboutsummaryrefslogtreecommitdiffstats
path: root/packages/git
AgeCommit message (Collapse)Author
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.