diff options
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 56655f93be..ca13ffd704 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -18,6 +18,12 @@ do_install () { | |||
| 18 | GIT_PYTHON_DIR=${D}${datadir}/git-core/python | 18 | GIT_PYTHON_DIR=${D}${datadir}/git-core/python |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | do_install_append_virtclass-native() { | ||
| 22 | create_wrapper ${D}/${bindir}/git \ | ||
| 23 | GIT_EXEC_PATH=${libexecdir}/git-core \ | ||
| 24 | GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates | ||
| 25 | } | ||
| 26 | |||
| 21 | FILES_${PN} += "${datadir}/git-core ${libxecdir}/git-core/" | 27 | FILES_${PN} += "${datadir}/git-core ${libxecdir}/git-core/" |
| 22 | FILES_${PN}-dbg += "${libexecdir}/git-core/.debug" | 28 | FILES_${PN}-dbg += "${libexecdir}/git-core/.debug" |
| 23 | 29 | ||
