aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/sudo_1.7.4p4.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-11-22 21:01:34 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-24 13:25:21 -0800
commitc144f1693c51f915a80effe5920ceb4142e3b2e7 (patch)
treeb03e5659aac9bd733a6a4f8372c66288d08fe09a /meta/recipes-extended/sudo/sudo_1.7.4p4.bb
parent345f77772b04d49608f94b6cf2d981bd98a45c30 (diff)
downloadopenembedded-core-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_1.7.4p4.bb')
-rw-r--r--meta/recipes-extended/sudo/sudo_1.7.4p4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.7.4p4.bb b/meta/recipes-extended/sudo/sudo_1.7.4p4.bb
new file mode 100644
index 0000000000..ee81b650ff
--- /dev/null
+++ b/meta/recipes-extended/sudo/sudo_1.7.4p4.bb
@@ -0,0 +1,11 @@
+require sudo.inc
+
+PR = "r0"
+
+SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+ file://libtool.patch"
+
+SRC_URI[md5sum] = "55d9906535d70a1de347cd3d3550ee87"
+SRC_URI[sha256sum] = "38de3c3e08346b2b8dcb3cf7ed0813300d1a1d5696d0f338ea8a4ef232aacf97"
+
+EXTRA_OECONF += " --with-pam=no"