distro/minimal.conf: Dont keep CACHE as weak assignment.
authorKhem Raj <raj.khem@gmail.com>
Mon, 24 May 2010 04:05:04 +0000 (21:05 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 24 May 2010 20:04:47 +0000 (13:04 -0700)
commit163a66fac48053cbc6f764cf898f8a917f4712a6
tree53e9ade04ff0933d929ae71d757514e0b7b3208c
parent7f0b18ea5ddd8c0f83746579f299525af24168d3
distro/minimal.conf: Dont keep CACHE as weak assignment.

* As this is a weak assignment and bitbake.conf has a proper
  assignment and bitbake.conf is included before distro conf
  file it leaves this weak assignment as no-op. The problem happens
  when using minimal but changing libc from eglibc to uclibc then
  it will use same cache directory and then its infact wrong.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/minimal.conf