diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-11-22 21:01:34 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 13:25:21 -0800 |
commit | c144f1693c51f915a80effe5920ceb4142e3b2e7 (patch) | |
tree | b03e5659aac9bd733a6a4f8372c66288d08fe09a /meta/recipes-extended/sudo/sudo.inc | |
parent | 345f77772b04d49608f94b6cf2d981bd98a45c30 (diff) | |
download | poky-c144f1693c51f915a80effe5920ceb4142e3b2e7.tar.gz |
sudo: upgrade to version 1.7.4p4
* Upgraded sudo to v1.7.4p4
* Removed obsolete patches
* Makefile.in no longer strips binaries, removed do_configure_prepend()
section which used to remove the -s
* Updated HOMEPAGE to canonical URL for project
* Added SUMMARY field
* Added checksums for source tarball
* Added patch for correcting paths to libtool scripts in m4/
* Corrected typos in LIC_FILES_CHKSUM (use of startline was invalid)
and included updated checksums - no license text has actually changed
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/sudo/sudo.inc')
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 2add94bef4..1407bf10c5 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -1,26 +1,23 @@ | |||
1 | SUMMARY = "Provide limited super user privileges to specific users" | ||
1 | DESCRIPTION = "Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments." | 2 | DESCRIPTION = "Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments." |
2 | HOMEPAGE = "http://www.courtesan.com/sudo/" | 3 | HOMEPAGE = "http://www.sudo.ws" |
3 | BUGTRACKER = "http://www.sudo.ws/bugs/" | 4 | BUGTRACKER = "http://www.sudo.ws/bugs/" |
4 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
5 | SECTION = "admin" | 6 | SECTION = "admin" |
6 | LICENSE = "ISC & UCB & MIT" | 7 | LICENSE = "ISC & UCB & MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dfe8895011d65d0c2e24aaf5ad0843 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0b07397b2fca3fb8b71f08cd85c6eb3f \ |
8 | file://nonunix.h;startline=4;endline=28;md5=1e70feedac93a3fd7f5254e3fec52677 \ | 9 | file://nonunix.h;beginline=4;endline=28;md5=af7d361f47ae60769cac77e4fca0dbb0 \ |
9 | file://vasgroups.c;startline=4;endline=28;md5=1e70feedac93a3fd7f5254e3fec52677 \ | 10 | file://vasgroups.c;beginline=4;endline=28;md5=af7d361f47ae60769cac77e4fca0dbb0 \ |
10 | file://fnmatch.c;startline=6;endline=31;md5=0779058eafd6e23b966585b45bfa54f3 \ | 11 | file://fnmatch.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \ |
11 | file://getcwd.c;startline=5;endline=27;md5=08d82914995224a0ca42116d7ca2a218 \ | 12 | file://getcwd.c;beginline=5;endline=27;md5=449af4cc57fc7d46f42090608ba3e681 \ |
12 | file://glob.c;startline=6;endline=31;md5=299cb38ec8d56e89118ce57fb83b4f78 \ | 13 | file://glob.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \ |
13 | file://snprintf.c;startline=6;endline=31;md5=dabd56a89a7a773850dc06ee4f1ecde2" | 14 | file://snprintf.c;beginline=6;endline=31;md5=c98b24f02967c095d7a70ae2e4d4d4ea" |
14 | 15 | ||
15 | inherit autotools | 16 | inherit autotools |
16 | 17 | ||
17 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" | 18 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" |
18 | 19 | ||
19 | do_configure_prepend () { | 20 | do_configure_prepend () { |
20 | # Prevent binaries from being stripped on the host | ||
21 | sed -i 's/\($(INSTALL).*\) -s \(.*[(sudo|visudo)]\)/\1 \2/g' Makefile.in | ||
22 | |||
23 | rm -f acsite.m4 | ||
24 | if [ ! -e acinclude.m4 ]; then | 21 | if [ ! -e acinclude.m4 ]; then |
25 | cat aclocal.m4 > acinclude.m4 | 22 | cat aclocal.m4 > acinclude.m4 |
26 | fi | 23 | fi |