update-rc.d: fix metadate

update license fields
adjust ordering
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Qing He 2010-06-12 16:34:36 +08:00 committed by Joshua Lock
parent 1e04b2d9eb
commit db74847423
1 changed files with 10 additions and 6 deletions

View File

@ -1,14 +1,18 @@
DESCRIPTION = "manage symlinks in /etc/rcN.d."
SECTION = "base"
PRIORITY = "standard"
DESCRIPTION = "Manage symlinks in /etc/rcN.d"
LICENSE = "GPL"
S = "${WORKDIR}/update-rc.d"
PACKAGE_ARCH = "all"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb37c1fa3ee02b940a75"
PR = "r3"
SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \
file://add-verbose.patch;patch=1"
file://add-verbose.patch;apply=yes"
S = "${WORKDIR}/update-rc.d"
PACKAGE_ARCH = "all"
do_compile() {
}
@ -19,4 +23,4 @@ do_install() {
install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native"