From b592ec4ea4cb7b57edc8b9f2953a336209fde60c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 13 Sep 2005 14:34:15 +0000 Subject: git: Add git and git-native packages. git-native may need some addition dependencies (curl-native, openssl-native) - I'm not sure what the policy is on this. Adding them should be straight forward enough though. --- packages/git/git-native.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/git/git-native.bb (limited to 'packages/git/git-native.bb') diff --git a/packages/git/git-native.bb b/packages/git/git-native.bb new file mode 100644 index 0000000000..1bd495f085 --- /dev/null +++ b/packages/git/git-native.bb @@ -0,0 +1,8 @@ +include git.bb +inherit native + +do_stage () { + oe_runmake install bindir=${STAGING_BINDIR} \ + template_dir=${STAGING_DIR}/${BUILD_SYS}/share/git-core/templates/ \ + GIT_PYTHON_DIR=${STAGING_DIR}/${BUILD_SYS}/share/git-core/python +} -- cgit v1.2.3