summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg/add_uname_support.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg: Ensure we use the uname/gname fields when extracting tarballsRichard Purdie2011-11-141-0/+88
When extracting packages onto the target system in particular, we really want to ensure the name fields in the tarball are used over and above the numerical uid/gid values. This patch adds this functionality to opkg and ensures package upgrades work correctly permission wise. (From OE-Core rev: f2316ff39670ed99382411e15ac035550360fbdd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>