diff options
| -rw-r--r-- | meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch | 31 | ||||
| -rw-r--r-- | meta/recipes-extended/sudo/sudo_1.8.15.bb (renamed from meta/recipes-extended/sudo/sudo_1.8.14p3.bb) | 5 |
2 files changed, 2 insertions, 34 deletions
diff --git a/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch b/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch deleted file mode 100644 index 2418689dac..0000000000 --- a/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | The makefile uses top_srcdir to find files that were created by configure, when | ||
| 2 | it should use top_builddir. | ||
| 3 | |||
| 4 | Upstream-Status: Submitted (http://bugzilla.sudo.ws/show_bug.cgi?id=708) | ||
| 5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 6 | |||
| 7 | --- | ||
| 8 | src/Makefile.in | 4 ++-- | ||
| 9 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/src/Makefile.in b/src/Makefile.in | ||
| 12 | index f009e10..7acfb2d 100644 | ||
| 13 | --- a/src/Makefile.in | ||
| 14 | +++ b/src/Makefile.in | ||
| 15 | @@ -165,11 +165,11 @@ install-dirs: | ||
| 16 | |||
| 17 | install-rc: install-dirs | ||
| 18 | if [ -n "$(INIT_SCRIPT)" ]; then \ | ||
| 19 | - $(INSTALL) $(INSTALL_OWNER) -m 0755 $(top_srcdir)/init.d/$(INIT_SCRIPT) $(DESTDIR)$(INIT_DIR)/sudo; \ | ||
| 20 | + $(INSTALL) $(INSTALL_OWNER) -m 0755 $(top_builddir)/init.d/$(INIT_SCRIPT) $(DESTDIR)$(INIT_DIR)/sudo; \ | ||
| 21 | rm -f $(DESTDIR)$(RC_LINK); \ | ||
| 22 | ln -s $(INIT_DIR)/sudo $(DESTDIR)$(RC_LINK); \ | ||
| 23 | elif test -n "$(tmpfiles_d)"; then \ | ||
| 24 | - $(INSTALL) $(INSTALL_OWNER) -m 0644 $(top_srcdir)/init.d/sudo.conf $(DESTDIR)$(tmpfiles_d)/sudo.conf; \ | ||
| 25 | + $(INSTALL) $(INSTALL_OWNER) -m 0644 $(top_builddir)/init.d/sudo.conf $(DESTDIR)$(tmpfiles_d)/sudo.conf; \ | ||
| 26 | fi | ||
| 27 | |||
| 28 | install-binaries: install-dirs $(PROGS) | ||
| 29 | -- | ||
| 30 | 2.1.4 | ||
| 31 | |||
diff --git a/meta/recipes-extended/sudo/sudo_1.8.14p3.bb b/meta/recipes-extended/sudo/sudo_1.8.15.bb index 4db85e23f8..042043ecef 100644 --- a/meta/recipes-extended/sudo/sudo_1.8.14p3.bb +++ b/meta/recipes-extended/sudo/sudo_1.8.15.bb | |||
| @@ -2,14 +2,13 @@ require sudo.inc | |||
| 2 | 2 | ||
| 3 | SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ | 3 | SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ |
| 4 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ | 4 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ |
| 5 | file://0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch \ | ||
| 6 | file://0001-Include-sys-types.h-for-id_t-definition.patch \ | 5 | file://0001-Include-sys-types.h-for-id_t-definition.patch \ |
| 7 | " | 6 | " |
| 8 | 7 | ||
| 9 | PAM_SRC_URI = "file://sudo.pam" | 8 | PAM_SRC_URI = "file://sudo.pam" |
| 10 | 9 | ||
| 11 | SRC_URI[md5sum] = "93dbd1e47c136179ff1b01494c1c0e75" | 10 | SRC_URI[md5sum] = "7cf6b9b76d0478a572432bed481dd7b5" |
| 12 | SRC_URI[sha256sum] = "a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237" | 11 | SRC_URI[sha256sum] = "4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308" |
| 13 | 12 | ||
| 14 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 13 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 15 | RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" | 14 | RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" |
