Skip to content

Commit

Permalink
oebb: check for outdated 'git' binary
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Apr 20, 2012
1 parent fd8a2ed commit 801fd1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oebb.sh
Expand Up @@ -37,6 +37,12 @@ OE_BASE=${PWD}
BASE_VERSION=5
OE_ENV_FILE=~/.oe/environment-angstromv2012.05

if ! git help log | grep -q no-abbrev ; then
echo "Your installed version of git is too old, it lacks --no-abbrev-commit. Please install 1.7.6 or newer"
exit 1
fi


###############################################################################
# CONFIG_OE() - Configure OpenEmbedded
###############################################################################
Expand Down

0 comments on commit 801fd1f

Please sign in to comment.