diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-03 19:12:42 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-03 19:12:42 +0000 |
commit | a667b8e4751d7b03aaa8e35128fcd29a0d24bf1b (patch) | |
tree | 3eba90d488dfa5d8a6b28a4d49408907a5096916 /packages/git/git_1.5.2.3.bb | |
parent | 7ff90ab0833a22335700d1663d9aa5cdb16895dd (diff) | |
parent | 3ffb50db8a79b78e4635570dca5c2ef8d815e653 (diff) |
merge of '10bc51a56352cd32ff5b7b70a1690ba41c538716'
and 'a0e7e86db7c5ef00350a27bbe1959df6c1375b2a'
Diffstat (limited to 'packages/git/git_1.5.2.3.bb')
-rw-r--r-- | packages/git/git_1.5.2.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/git/git_1.5.2.3.bb b/packages/git/git_1.5.2.3.bb new file mode 100644 index 0000000000..e6a1117316 --- /dev/null +++ b/packages/git/git_1.5.2.3.bb @@ -0,0 +1,11 @@ +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" +} |