summaryrefslogtreecommitdiffstats
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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:30 +0100
commitbbd6999a7249b7b99e434a4a01c8cedf540279bd (patch)
treecd3e60cbf3f0c8c7a96d5d6cdbb3a720ccc759f2 /meta/recipes-core/base-passwd
parentcdf878387ad460f7c6b7a58dcc996918bcd07a0a (diff)
downloadpoky-bbd6999a7249b7b99e434a4a01c8cedf540279bd.tar.gz
Remove distro-specific metadata for distros not in oe-core
(From OE-Core rev: ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1SUMMARY = "Base system master password/group files." 1SUMMARY = "Base system master password/group files."
2DESCRIPTION = "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." 2DESCRIPTION = "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."
3SECTION = "base" 3SECTION = "base"
4PR = "r0" 4PR = "r1"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
7 7
@@ -35,11 +35,6 @@ do_install () {
35 install -p -m 644 debian/copyright ${D}${docdir}/${PN}/ 35 install -p -m 644 debian/copyright ${D}${docdir}/${PN}/
36} 36}
37 37
38do_install_append_openmn() {
39 echo "0:Jn6tcg/qjqvUE:0:0:root:/root:/bin/sh" >>${D}${datadir}/base-passwd/passwd.master
40}
41
42
43pkg_postinst_${PN} () { 38pkg_postinst_${PN} () {
44 set -e 39 set -e
45 40