Fixed
Created: Aug 3, 2014
Updated: Dec 3, 2018
Resolved Date: Sep 2, 2014
Found In Version: 6.0
Fix Version: 6.0.0.12
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Build & Config
The bzip2-native is a ASSUME_PROVIDED package, so if running 'make -C build-tools bzip2-native', it shouldn't be built, but in fact, it is built.
The right behavior should be:
$make -C build bzip2-native
WARNING: Explicit target "bzip2-native" is in ASSUME_PROVIDED, ignoring
A warning is prompted and skip building bzip2-native
$make -C build bzip2-native.env
ERROR: bzip2-native is in ASSUME_PROVIDED
It is expected
/product/WRL60010_LX04/wrlinux-6/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-small --with-sstate-dir=/Workspace/SSTATE_CACHE --enable-parallel-pkgbuilds=8 --enable-jobs=8 --enable-patchresolve=noop
make -C build-tools bzip2-native