diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 11:29:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:18:45 +0200 |
commit | a59daa1499f8713a6557b6dd8a8b7b093f83eb1d (patch) | |
tree | c37bf4c1aa0acd1b008be1342f9627e7cc06156e | |
parent | 0012e26042abf98f00bc8986e0cbbab9b0353407 (diff) |
SHR: disable BB_LOCALCOUNT_OVERRIDE as we're using autoincremented SRCPV and AUTOREV in git recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/shr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index db15a4d1c2..7edc6af465 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -15,6 +15,7 @@ TOOLCHAIN_BRAND ?= "" #LIBC = "glibc" +BB_LOCALCOUNT_OVERRIDE = "" require conf/distro/include/preferred-shr-versions.inc require conf/distro/include/shr-autorev.inc |