diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-06-14 09:49:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:43 +0100 |
commit | 7c6f47b13c55e5c1d15d9ab9c2cee3da065fb592 (patch) | |
tree | c19a22c5b8d0f9ed60bd7f6a19a01d9f974de073 /meta/recipes-extended/sudo/sudo_1.8.1p2.bb | |
parent | 3b97ea13c85870a1ff71312a42cd2c68036712a2 (diff) | |
download | poky-7c6f47b13c55e5c1d15d9ab9c2cee3da065fb592.tar.gz |
sudo: upgrade to v1.8.1p2
Upgrading to the latest stable release of sudo.
This version of sudo has reorganized its source code layout, hence
the LIC_FILES_CHKSUM related changes. Also, some of the individual
.c files we checksummed (nonunix.h, vasgroups.c) are no longer
shipped with the sources. Finally, an embedded copy of zlib is now
included in these sources, so Zlib is included as one of the
licenses. I could not find any evidence of MIT-licensed sources,
so that license has been removed.
(From OE-Core rev: 10694e6037b16813e99e2204dbbe5c169f34667c)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo/sudo_1.8.1p2.bb')
-rw-r--r-- | meta/recipes-extended/sudo/sudo_1.8.1p2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.8.1p2.bb b/meta/recipes-extended/sudo/sudo_1.8.1p2.bb new file mode 100644 index 0000000000..7eba307c0c --- /dev/null +++ b/meta/recipes-extended/sudo/sudo_1.8.1p2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require sudo.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ | ||
6 | file://libtool.patch" | ||
7 | |||
8 | SRC_URI[md5sum] = "e8330f0e63b0ecb2e12b5c76922818cc" | ||
9 | SRC_URI[sha256sum] = "281f90c80547cf22132e351e7f61c25ba4ba9cf393438468f318f9a7884026fb" | ||
10 | |||
11 | EXTRA_OECONF += " --with-pam=no" | ||