summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-12-13 07:50:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-16 12:13:58 +0000
commit31f94def9a8ed44c4c79bd2a2f6665729c903824 (patch)
tree2061fe49ef0f86e183a105712aab30b105a01028 /meta/recipes-devtools/git
parent4274ee5c14985bc51c9ad4855abdfb8c61cb04fd (diff)
downloadast2050-yocto-poky-31f94def9a8ed44c4c79bd2a2f6665729c903824.zip
ast2050-yocto-poky-31f94def9a8ed44c4c79bd2a2f6665729c903824.tar.gz
git: leverage upstream relocation support
(From OE-Core rev: 4fe4b432b7323a73144f317f8bbbd09c9d9fcb77) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git.inc14
1 files changed, 1 insertions, 13 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 183a93c..f33069c 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -16,7 +16,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \
inherit autotools perlnative
-EXTRA_OEMAKE = "NO_PYTHON=1"
+EXTRA_OEMAKE = "NO_PYTHON=1 RUNTIME_PREFIX=1"
do_compile_prepend () {
# Remove perl/perl.mak to fix the out-of-date perl.mak error
@@ -35,18 +35,6 @@ do_install () {
rmdir ${D}${exec_prefix}/lib || true
}
-do_install_append_class-native() {
- create_wrapper ${D}/${bindir}/git \
- GIT_EXEC_PATH=${libexecdir}/git-core \
- GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates
-}
-
-do_install_append_class-nativesdk() {
- create_wrapper ${D}/${bindir}/git \
- GIT_EXEC_PATH=${libexecdir}/git-core \
- GIT_TEMPLATE_DIR=${STAGING_DATADIR_NATIVE}/git-core/templates
-}
-
FILES_${PN} += "${datadir}/git-core ${libxecdir}/git-core/"
FILES_${PN}-dbg += "${libexecdir}/git-core/.debug"
OpenPOWER on IntegriCloud