Fixed when rebuild pbzip2:
make: Nothing to be done for `all'
This may cause unexpected errors, for example, when depends libs
changed:
| pbzip2: error while loading shared libraries: libbz2.so.0: cannot open shared object file: No such file or directory
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'"
+do_compile_prepend() {
+ # Update timestamp to fix rebuild
+ src_files="pbzip2.cpp BZ2StreamScanner.cpp ErrorContext.cpp"
+ for f in $src_files; do
+ if [ -f $f ]; then
+ touch $f
+ else
+ bbwarn "Regular file $f not found"
+ fi
+ done
+}
+
do_install() {
install -d ${D}${bindir}
install -m 0755 pbzip2 ${D}${bindir}/