aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shadow/shadow_4.1.4.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2010-01-07 13:25:13 -0700
committerChris Larson <clarson@mvista.com>2010-01-22 09:39:10 -0700
commit0174458a6214e8111f527c0030a868aecf876e05 (patch)
treefe050684f5820dd46d3b704e13211475732f675d /recipes/shadow/shadow_4.1.4.bb
parent53c1e82f6515c00daff1e0bf74eb08e6b5bcd3c7 (diff)
downloadopenembedded-0174458a6214e8111f527c0030a868aecf876e05.tar.gz
shadow: reorg into .inc, pull some mvl6 changes over, use a 'pam' distro feature.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/shadow/shadow_4.1.4.bb')
-rw-r--r--recipes/shadow/shadow_4.1.4.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/recipes/shadow/shadow_4.1.4.bb b/recipes/shadow/shadow_4.1.4.bb
index 393edce09e..7f9d403af5 100644
--- a/recipes/shadow/shadow_4.1.4.bb
+++ b/recipes/shadow/shadow_4.1.4.bb
@@ -1,11 +1,3 @@
-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"
+require shadow.inc
+PR = "${INC_PR}.0"