From 6b81c6dbb55d57a0f8d96ee5e3f5d1e6148850b1 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Tue, 22 Jun 2010 11:33:06 +0800 Subject: sudo: upgrade to 1.7.2p7 Old 1.6.8p12 is quite old, even w/o source available now (only cached in pokylinux). [Patches-Poky] KEEP _autofoo.patch_: deal with bunch of autotool warnings/errors, more about underquotes. In 1.7.2p7, those error conditions disappear. But the underquotes fix is still valid to remove a bunch of autoconf warnings REMOVE _autofoo1.patch_: copy of autofoo.patch. no one uses it. REMOVE. KEEP _noexec-link.patch_: use "-module" to avoid libtool complaining about not starting with "lib". Add comment to the patch file. DISABLE _nostrip.patch_: it's wrong to strip target binaries on build host. Borrow from OE to use 'sed' instead of patch, but keept it for remind to upstream REMOVE _nonrootinstall.patch_: handle mode/owner population at install. It's not requried at all since there's pkg_postinst to handle it at right stage Other misc stuff: - update metadata information - no need to use ${S} in 1.7.2p7 - fix idention - use sed to disable strip - changes from OE: * disable PAM as our pam doesn't include necessary config files and plugs * no need to special sudo_cv_uid_t_len tweak in the recipe. It's already there in poky site files for a long time * move sudo_cv_func_unsetenv_void to meta/site/common. Stdlib.h is common across architectures in our libc headers, which conforms to POSIX standard (borrow from openembedded 1.7.2p4) Signed-off-by: Kevin Tian --- meta/packages/sudo/sudo_1.6.8p12.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta/packages/sudo/sudo_1.6.8p12.bb (limited to 'meta/packages/sudo/sudo_1.6.8p12.bb') diff --git a/meta/packages/sudo/sudo_1.6.8p12.bb b/meta/packages/sudo/sudo_1.6.8p12.bb deleted file mode 100644 index 1764df503..000000000 --- a/meta/packages/sudo/sudo_1.6.8p12.bb +++ /dev/null @@ -1,12 +0,0 @@ -PR = "r3" - -SRC_URI = "http://ftp.sudo.ws/sudo/dist/OLD/sudo-1.6.8.tar.gz \ - http://ftp.sudo.ws/sudo/dist/OLD/sudo-1.6.8p12.patch.gz;patch=1 \ - file://nonrootinstall.patch;patch=1 \ - file://nostrip.patch;patch=1 \ - file://autofoo.patch;patch=1 \ - file://noexec-link.patch;patch=1" - -require sudo.inc - -S = "${WORKDIR}/sudo-1.6.8" -- cgit v1.2.3