diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:15:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:15:06 +0000 |
commit | d6aa197a5f26cad7dd38b19aa6cd017898944f40 (patch) | |
tree | 473707b24efcef6daa7090a395e8ae101ac659d5 /packages/git/git-native_snapshot.bb | |
parent | 25eefa3fee344829c1201114cd8600da553293cf (diff) |
git: Set PV correctly, update for upstream changes in directory names
Diffstat (limited to 'packages/git/git-native_snapshot.bb')
-rw-r--r-- | packages/git/git-native_snapshot.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/git/git-native_snapshot.bb b/packages/git/git-native_snapshot.bb new file mode 100644 index 0000000000..84e6f96686 --- /dev/null +++ b/packages/git/git-native_snapshot.bb @@ -0,0 +1,9 @@ +require git_snapshot.bb +inherit native +DEPENDS = "expat-native openssl-native curl-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 +} |