summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 4a0c4aaaef..55e1482b77 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -3,7 +3,7 @@ SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "openssl curl zlib expat" 4DEPENDS = "openssl curl zlib expat"
5 5
6PROVIDES_append_virtclass-native = " git-replacement-native" 6PROVIDES_append_class-native = " git-replacement-native"
7 7
8SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 " 8SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 "
9S = "${WORKDIR}/git-${PV}" 9S = "${WORKDIR}/git-${PV}"
@@ -31,7 +31,7 @@ do_install () {
31 rm -rf ${D}${libdir}/perl-native 31 rm -rf ${D}${libdir}/perl-native
32} 32}
33 33
34do_install_append_virtclass-native() { 34do_install_append_class-native() {
35 create_wrapper ${D}/${bindir}/git \ 35 create_wrapper ${D}/${bindir}/git \
36 GIT_EXEC_PATH=${libexecdir}/git-core \ 36 GIT_EXEC_PATH=${libexecdir}/git-core \
37 GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates 37 GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates