From: Kevin Tian Date: Fri, 2 Jul 2010 09:50:35 +0000 (+0800) Subject: base-passwd: fix metadata, indention and patch parameters X-Git-Tag: 2011-1~5449 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b1c741031dd64c058c78a8e6ace5c2ecce992d98;p=openembedded-core.git base-passwd: fix metadata, indention and patch parameters another fix is to remove ${docdir} appending to FILES_${PN}-doc, since it's already included by FILES_${PN}-doc Signed-off-by: Kevin Tian --- diff --git a/meta/packages/base-passwd/base-passwd_3.5.9.bb b/meta/packages/base-passwd/base-passwd_3.5.9.bb index 051b8d6a3f..46333ebd59 100644 --- a/meta/packages/base-passwd/base-passwd_3.5.9.bb +++ b/meta/packages/base-passwd/base-passwd_3.5.9.bb @@ -1,20 +1,18 @@ DESCRIPTION = "Base system password/group files." SECTION = "base" PR = "r2" -LICENSE = "GPL" +LICENSE = "GPLv2+" SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://nobash.patch;patch=1 \ - file://root-home.patch;patch=1 \ - file://mysql.patch;patch=1" + file://configure.patch \ + file://nobash.patch \ + file://root-home.patch \ + file://mysql.patch" S = "${WORKDIR}/base-passwd" inherit autotools -FILES_${PN}-doc += "${docdir}" - do_install () { install -d -m 755 ${D}${sbindir} install -p -m 755 update-passwd ${D}${sbindir}/