mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
* 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>
12 lines
298 B
BlitzBasic
12 lines
298 B
BlitzBasic
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"
|