mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user