summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pax/pax
Commit message (Collapse)AuthorAgeFilesLines
* misc patches: fix patch headersNitin A Kamble2012-01-031-1/+1
| | | | | | | | | | These patches were marked by "UpstreamStatus:" line, fix it to use "Upstream-Status:" instead. (From OE-Core rev: b33b373c9a33fe0ff51104c96d1e5b105efc63ed) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pax: fix compilation with x32 toolchainNitin A Kamble2011-12-121-0/+185
| | | | | | | | | | | | off_t is 8byte for x32. We need to check both _FILE_OFFSET_BITS and size of off_t to see if file offset is 64bit. This patch adds AC_CHECK_SIZEOF(off_t) and checks SIZEOF_OFF_T == 8. (From OE-Core rev: 4c2ec631bf2b9581233a470c415f4d5cfe59a2a4) Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pax: fix for compiling with gcc 4.6.0Nitin A Kamble2011-05-111-0/+25
(From OE-Core rev: 8ad3902c98bef4d6fef425f4808d29b8b4ebd707) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>