diff options
-rw-r--r-- | packages/git/git_1.4.4.2.bb | 10 |
1 files changed, 9 insertions, 1 deletions
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" +} |