Hi, Today there was an update to the dizzy branch that includes the patch below:
commit f77133783e5145858ac94b9bae1576852a7e838d Author: Richard Purdie <[email protected]> Date: Sat Mar 28 08:50:27 2015 +0000 dpkg-native: Avoid 'file changed' errors from tar Hardlink count duing do_package_write_deb can change causing dpkg-deb failures. We don't care about this error case so avoid it by checking the tar exit code. [YOCTO #7529] (From OE-Core rev: 8ee36a5f2f9367550d28bf271afc53bca6ff3d5f) (From OE-Core rev: bcb124931af57dc2f9d8fe9cbbabd5f8ee58e414) Signed-off-by: Richard Purdie <[email protected]> Unfortunately the patch introduced by this commit does not apply cleanly to the version of dpkg that can be found in dizzy release. It seems that the patch was generated against dpkg version 1.17.21 while dizzy uses version 1.17.4. The build fails with: NOTE: Applying patch 'tar-error-code.patch' (../meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch) ERROR: Command Error: exit status: 1 Output: Applying patch tar-error-code.patch patching file dpkg-deb/build.c Hunk #1 succeeded at 443 (offset 45 lines). Hunk #2 FAILED at 493. Hunk #3 FAILED at 581. 2 out of 3 hunks FAILED -- rejects in file dpkg-deb/build.c Patch tar-error-code.patch does not apply (enforce with -f) Reinette -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
