diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-12 13:05:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:45 +0000 |
commit | 1dd146d5acd6bb4c0d65045071e2fd27590b8df4 (patch) | |
tree | c7a9671c8043e91d5c1e8aa57871266282fa495c /README.LSB | |
parent | 0e469a5c4ec35a072b82ee5440262e81f9b505fb (diff) | |
download | poky-1dd146d5acd6bb4c0d65045071e2fd27590b8df4.tar.gz |
pax: remove the recipe
The situation with pax (vs. tar and cpio) is perfectly described here:
https://xkcd.com/927/
The only reason pax is still around, kind of, is because both POSIX and LSB
mandate it. Outside of those documents, it's not used by anyone.
Meanwhile, the upstream URI we've been taking it from went down, and rather
than seek an alternative source, I just went ahead and removed the recipe.
(From OE-Core rev: a62a7e11274c4965e122ed5bf01024cae8437af0)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.LSB')
-rw-r--r-- | README.LSB | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.LSB b/README.LSB index c9dca3fc75..f68d07c9e0 100644 --- a/README.LSB +++ b/README.LSB | |||
@@ -23,3 +23,4 @@ therefore provides compatibility with the following caveats: | |||
23 | * libpng 1.2 isn't provided; oe-core includes the latest release of libpng | 23 | * libpng 1.2 isn't provided; oe-core includes the latest release of libpng |
24 | instead. | 24 | instead. |
25 | 25 | ||
26 | * pax (POSIX standard archive) tool is not provided. | ||