[oe-commits] org.oe.dev git: minor fixes to make git work on the device. Closes #2226 and #2240

polyonymous commit openembedded-commits at lists.openembedded.org
Tue May 8 15:54:56 UTC 2007


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.

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: 35e129577402d0fd3fcb7fd87d0430b0fd0be2f6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=35e129577402d0fd3fcb7fd87d0430b0fd0be2f6
Files:
1
packages/git/git_1.4.4.2.bb
Diffs:

#
# mt diff -r24ae70ecf112aec245fe52c773a4976fc4ff0b5f -r35e129577402d0fd3fcb7fd87d0430b0fd0be2f6
#
# 
# 
# patch "packages/git/git_1.4.4.2.bb"
#  from [ebb27d9ed910b034cf04c354c933294dc565eb13]
#    to [d97d3a8e956bdb28965846dd34191d56c0030af9]
# 
============================================================
--- packages/git/git_1.4.4.2.bb	ebb27d9ed910b034cf04c354c933294dc565eb13
+++ packages/git/git_1.4.4.2.bb	d97d3a8e956bdb28965846dd34191d56c0030af9
@@ -1,3 +1,11 @@ DEPENDS = "openssl curl"
 require git.inc
 DEPENDS = "openssl curl"
+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"
+}
-RDEPENDS = "perl perl-module-file-path"






More information about the Openembedded-commits mailing list