[oe-commits] Steve Sakoman : shadow: add 4.1.4

git version control git at git.openembedded.org
Tue Mar 23 09:58:01 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: ce3464df0e1d443af3db0e20ce4560ee3272a2ec
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce3464df0e1d443af3db0e20ce4560ee3272a2ec

Author: Steve Sakoman <steve at sakoman.com>
Date:   Mon Mar 22 01:06:47 2010 +0000

shadow: add 4.1.4

Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 conf/checksums.ini             |    4 ++++
 recipes/shadow/shadow_4.1.4.bb |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index a8c8263..7395c37 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -22846,6 +22846,10 @@ sha256=7dc418c1d361123ffc5e45d61f1b97257940a8eb35d0bfbbc493381cc5b1f959
 md5=45f77f33a6b2a5c09c28511ebb733b87
 sha256=7fd6495d6c3e8dac7ba086c68abed4930c958a94afc15359223074614559e462
 
+[ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-4.1.4.tar.gz]
+md5=e1072df927bfb4410ee4dfe26dd81a17
+sha256=7e38a7826f6e71e89b55669e8343af05ae33ecfba99aad178cad45845d950a93
+
 [http://freedesktop.org/~hadess/shared-mime-info-0.20.tar.bz2]
 md5=62184241d497d34138285bc248b3fabc
 sha256=6febe616fb850f4319efa7017312abb796024e7ac20da37c4d2ce34afa41776c
diff --git a/recipes/shadow/shadow_4.1.4.bb b/recipes/shadow/shadow_4.1.4.bb
new file mode 100644
index 0000000..393edce
--- /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"
+





More information about the Openembedded-commits mailing list