diff mbox

sudo: New recipe

Message ID 1377760579-20829-2-git-send-email-kibo@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Kim Bøndergaard Aug. 29, 2013, 7:16 a.m. UTC
---
 recipes/sudo/sudo_1.8.7.oe     | 21 +++++++++++++++++++++
 recipes/sudo/sudo_1.8.7.oe.sig |  1 +
 2 files changed, 22 insertions(+)
 create mode 100644 recipes/sudo/sudo_1.8.7.oe
 create mode 100644 recipes/sudo/sudo_1.8.7.oe.sig
diff mbox

Patch

diff --git a/recipes/sudo/sudo_1.8.7.oe b/recipes/sudo/sudo_1.8.7.oe
new file mode 100644
index 0000000..fb35f87
--- /dev/null
+++ b/recipes/sudo/sudo_1.8.7.oe
@@ -0,0 +1,21 @@ 
+DESCRIPTION = """
+Sudo (su "do") allows a system administrator to delegate authority to give
+certain users (or groups of users) the ability to run some (or all) commands
+as root or another user while providing an audit trail of the commands and
+their arguments.
+"""
+LICENSE = "ISC"
+
+RECIPE_TYPES = "machine"
+
+SRC_URI = "http://www.sudo.ws/sudo/dist/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig auto-package-utils
+
+DEPENDS += "libdl"
+
+AUTO_PACKAGE_UTILS = "sudo sudoreplay visudo sudoedit"
+
+RDEPENDS_${PN}-sudoedit = "${PN}-sudo"
+RDEPENDS_${PN}-sudo = "${PN}"
+
diff --git a/recipes/sudo/sudo_1.8.7.oe.sig b/recipes/sudo/sudo_1.8.7.oe.sig
new file mode 100644
index 0000000..ea9f249
--- /dev/null
+++ b/recipes/sudo/sudo_1.8.7.oe.sig
@@ -0,0 +1 @@ 
+748c87b8caa2e513775961cb3330f2a78118f4bf  sudo-1.8.7.tar.gz