public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [WR PATCH 1/2] Require git 1.7.7
Date: Thu, 7 Feb 2013 17:54:22 -0600	[thread overview]
Message-ID: <1360281263-23608-2-git-send-email-mark.hatle@windriver.com> (raw)
In-Reply-To: <1360281263-23608-1-git-send-email-mark.hatle@windriver.com>

From: Jeff Polk <jeff.polk@windriver.com>

Due to some unique processes that we use, outside of OE-Core, we need
to mandate git 1.7.7 as the older allowed version.  This version contains
a fix that correctly handles reference clones which we use for our
RCPL updates.

Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
 scripts/bitbake |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scripts/bitbake b/scripts/bitbake
index 79a81ea..568a998 100755
--- a/scripts/bitbake
+++ b/scripts/bitbake
@@ -73,7 +73,8 @@ version_compare() {
 float_test "$TARVERSION > 1.23" && needtar="0"
 
 # Need git >= 1.7.5 for git-remote --mirror=xxx syntax
-version_compare $GITVERSION ">=" 1.7.5 && needgit="0"
+# WR: need git >= 1.7.7 for correct alternates handling
+version_compare $GITVERSION ">=" 1.7.7 && needgit="0"
 
 
 buildpseudo="1"
-- 
1.7.3.4




  reply	other threads:[~2013-02-07 23:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 23:54 [WR PATCH 0/2] Local WR patches -- sent for YP compliance Mark Hatle
2013-02-07 23:54 ` Mark Hatle [this message]
2013-02-07 23:54 ` [WR PATCH 2/2] Add directory information to the pkgdata files Mark Hatle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360281263-23608-2-git-send-email-mark.hatle@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox