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