blob: 84e6f96686361eb9bbda9f25ddaf3a87116f302c (
plain)
1
2
3
4
5
6
7
8
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
}
|