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/site | |
parent | 345f77772b04d49608f94b6cf2d981bd98a45c30 (diff) | |
download | openembedded-core-c144f1693c51f915a80effe5920ceb4142e3b2e7.tar.gz openembedded-core-c144f1693c51f915a80effe5920ceb4142e3b2e7.tar.bz2 openembedded-core-c144f1693c51f915a80effe5920ceb4142e3b2e7.tar.xz openembedded-core-c144f1693c51f915a80effe5920ceb4142e3b2e7.zip |
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/site')
-rw-r--r-- | meta/recipes-extended/sudo/site/bit-32 | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sudo/site/bit-64 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/sudo/site/bit-32 b/meta/recipes-extended/sudo/site/bit-32 deleted file mode 100644 index 9b7ca5c81..000000000 --- a/meta/recipes-extended/sudo/site/bit-32 +++ /dev/null @@ -1,2 +0,0 @@ -# is sizeof(long long) == sizeof(long) -sudo_cv_type_long_is_quad=${sudo_cv_type_long_is_quad=no} diff --git a/meta/recipes-extended/sudo/site/bit-64 b/meta/recipes-extended/sudo/site/bit-64 deleted file mode 100644 index 05846ff0a..000000000 --- a/meta/recipes-extended/sudo/site/bit-64 +++ /dev/null @@ -1,2 +0,0 @@ -# is sizeof(long long) == sizeof(long) -sudo_cv_type_long_is_quad=${sudo_cv_type_long_is_quad=yes} |