diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-08 20:38:42 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-11 22:37:39 +0200 |
commit | 3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548 (patch) | |
tree | 5575a6b31123c90689d6c3334d69a5606456a2c1 /recipes | |
parent | b304532e457d9858925a8ade5a97d2b7ba3e3f55 (diff) |
shadow: add 4.1.4
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shadow/shadow_4.1.4.bb | 11 |
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" + |