aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shadow/shadow_4.1.4.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-08 20:38:42 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-11 22:37:39 +0200
commit3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548 (patch)
tree5575a6b31123c90689d6c3334d69a5606456a2c1 /recipes/shadow/shadow_4.1.4.bb
parentb304532e457d9858925a8ade5a97d2b7ba3e3f55 (diff)
downloadopenembedded-3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548.tar.gz
shadow: add 4.1.4
Diffstat (limited to 'recipes/shadow/shadow_4.1.4.bb')
-rw-r--r--recipes/shadow/shadow_4.1.4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/shadow/shadow_4.1.4.bb b/recipes/shadow/shadow_4.1.4.bb
new file mode 100644
index 0000000000..393edce09e
--- /dev/null
+++ b/recipes/shadow/shadow_4.1.4.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "login/password utilities"
+LICENSE = "GPL"
+
+inherit autotools
+
+SRC_URI = "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-${PV}.tar.gz"
+
+S = "${WORKDIR}/shadow-${PV}"
+
+CFLAGS_append = " -I../include"
+