diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-02-07 15:53:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:41 -0800 |
commit | 5ca7184552b35a80a0d78f06e2264502144c1faf (patch) | |
tree | 6e93acc69ca5bce906fac7d5007a8f7b799635fd /meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | |
parent | d9a3ebef27979f6c3f586a3b35b07521ae1faeed (diff) | |
download | poky-5ca7184552b35a80a0d78f06e2264502144c1faf.tar.gz |
pseudo: update to 1.8.2
Update to the newly minted 1.8.2, dropping several patches we'd
backported since the last release.
(From OE-Core rev: 6437f14c9177fd7ec7a9b6bca873362b0c94abfb)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.8.2.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb new file mode 100644 index 0000000000..9e0213a9e0 --- /dev/null +++ b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require pseudo.inc | ||
2 | |||
3 | SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \ | ||
4 | file://0001-configure-Prune-PIE-flags.patch \ | ||
5 | file://fallback-passwd \ | ||
6 | file://fallback-group \ | ||
7 | file://moreretries.patch \ | ||
8 | " | ||
9 | |||
10 | SRC_URI[md5sum] = "7d41e72188fbea1f696c399c1a435675" | ||
11 | SRC_URI[sha256sum] = "ceb456bd47770a37ca20784a91d715c5a7601e07e26ab11b0c77e9203ed3d196" | ||