From cfc067b7935b039556c6867710889ca726d8e908 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 8 May 2007 15:48:50 +0000 Subject: git: minor fixes to make git work on the device. Closes #2226 and #2240 - 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. --- packages/git/git_1.4.4.2.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'packages/git/git_1.4.4.2.bb') diff --git a/packages/git/git_1.4.4.2.bb b/packages/git/git_1.4.4.2.bb index 37f71cfb04..5a22f040f3 100644 --- a/packages/git/git_1.4.4.2.bb +++ b/packages/git/git_1.4.4.2.bb @@ -1,3 +1,11 @@ require git.inc DEPENDS = "openssl curl" -RDEPENDS = "perl perl-module-file-path" +RDEPENDS = "perl perl-module-file-path cpio findutils" + +PR="r1" + +do_install() { + oe_runmake install DESTDIR="${D}" bindir="${bindir}" \ + template_dir="${datadir}/git-core/templates" \ + GIT_PYTHON_DIR="${datadir}/git-core/python" +} -- cgit v1.2.3 From a01995c69f2c001a201d8781c2f0b69cb2d84189 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 12 May 2007 17:06:15 +0000 Subject: git: it turns out that git also relies on a decent sed. --- packages/git/git_1.4.4.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/git/git_1.4.4.2.bb') diff --git a/packages/git/git_1.4.4.2.bb b/packages/git/git_1.4.4.2.bb index 5a22f040f3..e6a1117316 100644 --- a/packages/git/git_1.4.4.2.bb +++ b/packages/git/git_1.4.4.2.bb @@ -1,8 +1,8 @@ require git.inc DEPENDS = "openssl curl" -RDEPENDS = "perl perl-module-file-path cpio findutils" +RDEPENDS = "perl perl-module-file-path cpio findutils sed" -PR="r1" +PR="r2" do_install() { oe_runmake install DESTDIR="${D}" bindir="${bindir}" \ -- cgit v1.2.3 From ce7860270c0a535a347fd12c3dd70c19476b0653 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 3 Aug 2007 16:51:14 +0000 Subject: git: 1.4.4.2 -> 1.5.2.3 (from poky) --- packages/git/git_1.4.4.2.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/git/git_1.4.4.2.bb (limited to 'packages/git/git_1.4.4.2.bb') diff --git a/packages/git/git_1.4.4.2.bb b/packages/git/git_1.4.4.2.bb deleted file mode 100644 index e6a1117316..0000000000 --- a/packages/git/git_1.4.4.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -require git.inc -DEPENDS = "openssl curl" -RDEPENDS = "perl perl-module-file-path cpio findutils sed" - -PR="r2" - -do_install() { - oe_runmake install DESTDIR="${D}" bindir="${bindir}" \ - template_dir="${datadir}/git-core/templates" \ - GIT_PYTHON_DIR="${datadir}/git-core/python" -} -- cgit v1.2.3