aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-04-21 15:04:58 +0100
committerSaul Wold <sgw@linux.intel.com>2011-05-04 22:12:27 -0700
commitea2cd4b8e9bc013a007fe2a1a605ecb59db5a896 (patch)
tree75cf5498db3845589f63ac82e75e0577f4e77cfd /meta/recipes-core/base-passwd
parent72567733033347b662d9baa07432985fd2da3efa (diff)
downloadopenembedded-core-contrib-ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896.tar.gz
Remove distro-specific metadata for distros not in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/base-passwd')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd_3.5.22.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb
index aed84914bf..6f768ca972 100644
--- a/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb
+++ b/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb
@@ -1,7 +1,7 @@
SUMMARY = "Base system master password/group files."
DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files."
SECTION = "base"
-PR = "r0"
+PR = "r1"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
@@ -35,11 +35,6 @@ do_install () {
install -p -m 644 debian/copyright ${D}${docdir}/${PN}/
}
-do_install_append_openmn() {
- echo "0:Jn6tcg/qjqvUE:0:0:root:/root:/bin/sh" >>${D}${datadir}/base-passwd/passwd.master
-}
-
-
pkg_postinst_${PN} () {
set -e