]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/git/git-native.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / git / git-native.bb
1 include git.bb
2 inherit native
3
4 do_stage () {
5         oe_runmake install bindir=${STAGING_BINDIR} \
6                 template_dir=${STAGING_DIR}/${BUILD_SYS}/share/git-core/templates/ \
7                 GIT_PYTHON_DIR=${STAGING_DIR}/${BUILD_SYS}/share/git-core/python
8 }