commit | 372fa0389791c4dee42d1d90fa6162b04941b592 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed Nov 15 17:36:19 2017 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Wed Nov 15 17:36:19 2017 +0100 |
tree | 76f6c8697bfe71ea39d829d7a81121d342d59ebc | |
parent | 23020837fa77336e39df65c38a5340aad5e1f68e [diff] [blame] |
By default install reclass from package Change-Id: Ifc80cb9e639feb599e7bd8617beb0cb0b1630039
diff --git a/bootstrap.sh b/bootstrap.sh index f9372a3..84a4c56 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -378,7 +378,7 @@ install_reclass() { VERSION=${1:-$RECLASS_VERSION} - VERSION=${VERSION:-master} + VERSION=${VERSION:-pkg} case ${VERSION} in pkg|package) which reclass || $SUDO $PKGTOOL install -y reclass