]> code.ossystems Code Review - openembedded-core.git/commit
opkg-build: Ignore tar error due to hardlinks issue when creating ipk files
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Fri, 10 Jul 2015 20:42:12 +0000 (13:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:22 +0000 (22:53 +0100)
commit80e6f0e5782435157b9a2687ffe6cbd3b3033b47
tree41567e29e15d3e35ce201ddc705ce34f48224051
parent00ffc14c57598e845281e151589292573905b03c
opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

 If a the number of hard links decreases or increases while creating the tar
 files used for an ipk package, tar fails with error code 1, we use hardlinks
 on package/ and packages-split/ to decrease disk  usage, sometimes other
 parts of the build can cause a change in the link  count, since this happens
 in a controlled environment we can safely ignore the error and continue to
 create the ipk file, fixed some typos from old version.

[YOCTO #7933]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb